summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1e40d825d1..0dd2ddc0057a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 26 13:52:06 UTC 2018
+# Mon Dec 3 11:37:30 UTC 2018
pkgbase = python-pylibacl
pkgdesc = A python extension module that allows you to manipulate the POSIX.1e ACLs. (Fixed for python 3)
pkgver = 0.5.3
@@ -12,6 +12,8 @@ pkgbase = python-pylibacl
makedepends = python2-distribute
makedepends = python
makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = python
depends = python2
source = https://files.pythonhosted.org/packages/source/p/pylibacl/pylibacl-0.5.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 98fa13c11a96..71df6b560af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=( 'i686' 'x86_64' )
url="http://pylibacl.k1024.org/"
license=( 'LGPL' )
depends=( 'python' 'python2' )
-makedepends=( 'python-distribute' 'python2-distribute' 'python' 'python2' )
+makedepends=('python-distribute' 'python2-distribute' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
_pkgname=pylibacl
install=
changelog=