git » python-jaraco.context.git » commit e8824e2

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

author Evangelos Foutras
2021-12-07 03:12:07 UTC
committer Evangelos Foutras
2021-12-07 03:12:07 UTC
parent 8c089bcb3de5c59d89c2d35210e7a163d1cf5d8b

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

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0d48172..030059f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ arch=('any')
 depends=('python-jaraco' 'python-yg.lockfile')
 makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-flake8' 'python-pytest-mypy' 'python-jaraco.test')
+              'python-pytest-flake8' 'python-pytest-mypy' 'python-jaraco.test'
+              'python-pip')
 source=("https://github.com/jaraco/jaraco.context/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('90a2010d87ac75f24c17bc054c664eeb442d9a7d4148d4f489a493aba9fdf654826f341b88ecad95943ce30aec934c5574d33dbd6cfcb67057315d7c3d5f31ff')