[arch-commits] Commit in python2-pyswip/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Feb 20 09:42:59 UTC 2017
Date: Monday, February 20, 2017 @ 09:42:59
Author: jelle
Revision: 213178
setuptools makedep is gone, use python2-setuptools
Modified:
python2-pyswip/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-20 09:42:49 UTC (rev 213177)
+++ PKGBUILD 2017-02-20 09:42:59 UTC (rev 213178)
@@ -10,7 +10,7 @@
license=('MIT')
source=("http://pyswip.googlecode.com/files/pyswip-$pkgver.tar.gz")
depends=('python2' 'swi-prolog')
-makedepends=('setuptools')
+makedepends=('python2-setuptools')
sha256sums=('dfaf68aeb04c9388d5f11311cacaab95f9a72a73f7a0595ac477e17545353b9d')
build() {
More information about the arch-commits
mailing list