Date: Wednesday, December 1, 2021 @ 16:09:56 Author: foutrelis Revision: 1060590
Add pytest-runner to build deps Modified: python-flask-gravatar/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-01 16:09:24 UTC (rev 1060589) +++ PKGBUILD 2021-12-01 16:09:56 UTC (rev 1060590) @@ -8,7 +8,7 @@ url='https://github.com/zzzsochi/Flask-Gravatar/' arch=('any') license=('BSD') -makedepends=('python-flask' 'python-sphinx' 'python-setuptools') +makedepends=('python-flask' 'python-sphinx' 'python-setuptools' 'python-pytest-runner') checkdepends=('python-pytest') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zzzsochi/Flask-Gravatar/archive/v${pkgver}.tar.gz) sha256sums=('9f9ea35b3537f635a25a09390821b768c9c3cf53274e16ffabbfc1f8c6e77d55')
