diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 15:17:40 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 15:17:40 -0600 |
commit | 578aa92e168dbdaa90e75ce17fc59cc6ba3bd5df (patch) | |
tree | 59b3d663106909d515abf52977c21d016189e25f | |
parent | 88484d706ca8e78bb56dd523f16d38c29fc11f4d (diff) | |
download | aports-578aa92e168dbdaa90e75ce17fc59cc6ba3bd5df.tar.bz2 aports-578aa92e168dbdaa90e75ce17fc59cc6ba3bd5df.tar.xz |
testing/py-libacl: typo fix
-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 3be9b3628a..975524ea8f 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 py-setuputils" +makedepends="python-dev acl-dev py-setuptools" install="" subpackages="" source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" |