summaryrefslogtreecommitdiffstats
path: root/testing/py-libacl
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-12-03 15:15:13 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-12-03 15:15:13 -0600
commit88484d706ca8e78bb56dd523f16d38c29fc11f4d (patch)
tree830f292a299955de239e8b5e81418354c91258df /testing/py-libacl
parent8d8e35ae02e10c87364d8079c3d67ce39985ce79 (diff)
downloadaports-88484d706ca8e78bb56dd523f16d38c29fc11f4d.tar.bz2
aports-88484d706ca8e78bb56dd523f16d38c29fc11f4d.tar.xz
testing/py-libacl: fix dependencies
Diffstat (limited to 'testing/py-libacl')
-rw-r--r--testing/py-libacl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-libacl/APKBUILD b/testing/py-libacl/APKBUILD
index bb28f1110..3be9b3628 100644
--- a/testing/py-libacl/APKBUILD
+++ b/testing/py-libacl/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="LGPL2+"
depends=""
depends_dev=""
-makedepends="python-dev acl-dev"
+makedepends="python-dev acl-dev py-setuputils"
install=""
subpackages=""
source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz"