[arch-commits] Commit in python-pytest-benchmark/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 9 19:36:50 UTC 2020
Date: Monday, November 9, 2020 @ 19:36:49
Author: foutrelis
Revision: 748079
Add setuptools build dep
Modified:
python-pytest-benchmark/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 19:33:54 UTC (rev 748078)
+++ PKGBUILD 2020-11-09 19:36:49 UTC (rev 748079)
@@ -8,6 +8,7 @@
license=('BSD')
url='https://github.com/ionelmc/pytest-benchmark'
depends=('python-pytest' 'python-py-cpuinfo')
+makedepends=('python-setuptools')
checkdepends=('python-pygal' 'python-freezegun' 'mercurial' 'python-aspectlib'
'python-pytest-xdist' 'python-elasticsearch' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/pytest-benchmark/archive/v$pkgver.tar.gz")
More information about the arch-commits
mailing list