[arch-commits] Commit in python-pygal/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Nov 23 20:11:47 UTC 2017


    Date: Thursday, November 23, 2017 @ 20:11:46
  Author: jelle
Revision: 268239

Add missing checkdepends pytest-runner

When building this package on the reproducible builds jenkins
without internet, it will try to download pytest-runner which
makes it impossible to build.

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 20:00:16 UTC (rev 268238)
+++ PKGBUILD	2017-11-23 20:11:46 UTC (rev 268239)
@@ -13,7 +13,8 @@
 license=('LGPL3')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
-              'python-pyquery' 'python2-pyquery' 'python-cairosvg' 'python-flask' 'python2-flask')
+              'python-pyquery' 'python2-pyquery' 'python-cairosvg' 'python-flask'
+              'python2-flask' 'python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/Kozea/pygal/archive/$pkgver.tar.gz")
 md5sums=('5c688d30f8e75dced194bfa612f45589')
 



More information about the arch-commits mailing list