Date: Friday, December 3, 2021 @ 19:29:42 Author: foutrelis Revision: 1064862
Add python-setuptools-git build dep Modified: python-pytest-verbose-parametrize/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-03 19:01:55 UTC (rev 1064861) +++ PKGBUILD 2021-12-03 19:29:42 UTC (rev 1064862) @@ -9,7 +9,7 @@ url="https://github.com/man-group/pytest-plugins/tree/master/pytest-verbose-parametrize" license=('MIT') depends=('python-pytest' 'python-six') -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-setuptools-git') checkdepends=('python-coverage' 'python-mock' 'python-pytest-virtualenv') source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") sha512sums=('ac81cdf002d60b4af916c4beb4c832c9c39dc9dcfa3eea7385b093f9ea18391cbf968a4e908abdb23523a7cb1e294dce2017083414e61eef6762f157319e2cf4')
