[arch-commits] Commit in python-cairosvg/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Nov 25 04:57:17 UTC 2017
Date: Saturday, November 25, 2017 @ 04:57:15
Author: felixonmars
Revision: 268403
fix makedepends on setuptools (FS#56435)
Modified:
python-cairosvg/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-25 04:55:24 UTC (rev 268402)
+++ PKGBUILD 2017-11-25 04:57:15 UTC (rev 268403)
@@ -14,6 +14,7 @@
license=('LGPL3')
depends=('python-cairocffi' 'python-cssselect2' 'python-defusedxml' 'python-pillow'
'python-tinycss2')
+makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-isort'
'python2-pytest-isort' 'python-pytest-flake8' 'python2-pytest-flake8'
'python-pytest-cov' 'python2-pytest-cov')
More information about the arch-commits
mailing list