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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 20 10:24:50 UTC 2015


    Date: Sunday, September 20, 2015 @ 12:24:49
  Author: foutrelis
Revision: 141232

Add python2-mock to checkdepends

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-20 10:15:56 UTC (rev 141231)
+++ PKGBUILD	2015-09-20 10:24:49 UTC (rev 141232)
@@ -14,6 +14,9 @@
 url="http://cthedot.de/cssutils/"
 license=('LGPL3')
 makedepends=('python2-setuptools' 'python-setuptools')
+# We need to include mock as a check dependency due to the following pbr bug:
+# https://bugs.launchpad.net/pbr/+bug/1493735
+checkdepends=('python2-mock')
 source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip")
 md5sums=('0c0b9df329ec1461c732d0f3cba05e93')
 



More information about the arch-commits mailing list