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";)

Reply via email to