[arch-commits] Commit in python-jaraco.envs/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Dec 7 03:12:08 UTC 2021


    Date: Tuesday, December 7, 2021 @ 03:12:08
  Author: foutrelis
Revision: 1065446

Add pip to check deps; needed for w/e reason

Modified:
  python-jaraco.envs/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 03:12:07 UTC (rev 1065445)
+++ PKGBUILD	2021-12-07 03:12:08 UTC (rev 1065446)
@@ -10,7 +10,8 @@
 depends=('python-jaraco' 'python-path' 'python-virtualenv' 'python-tox')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy')
+              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
+              'python-pip')
 source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('67a4db98ca4306bc9428adafadf824d315efd2e533940bd21b41fa34c5acd9b4da092850f4c7296a81511e029f8ae3861b2108d649eed851d63231f1b954326d')
 



More information about the arch-commits mailing list