diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 15:15:13 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 15:15:13 -0600 |
commit | 88484d706ca8e78bb56dd523f16d38c29fc11f4d (patch) | |
tree | 830f292a299955de239e8b5e81418354c91258df /testing/py-libacl | |
parent | 8d8e35ae02e10c87364d8079c3d67ce39985ce79 (diff) | |
download | aports-88484d706ca8e78bb56dd523f16d38c29fc11f4d.tar.bz2 aports-88484d706ca8e78bb56dd523f16d38c29fc11f4d.tar.xz |
testing/py-libacl: fix dependencies
Diffstat (limited to 'testing/py-libacl')
-rw-r--r-- | testing/py-libacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-libacl/APKBUILD b/testing/py-libacl/APKBUILD index bb28f11106..3be9b3628a 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" |