Date: Tuesday, December 7, 2021 @ 03:12:07
  Author: foutrelis
Revision: 1065445

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

Modified:
  python-jaraco.context/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-07 03:09:05 UTC (rev 1065444)
+++ PKGBUILD    2021-12-07 03:12:07 UTC (rev 1065445)
@@ -10,7 +10,8 @@
 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')
 

Reply via email to