diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-07 10:31:28 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:35:48 +0200 |
commit | 6a3a64fb5f998b07e0d0b21e57983816c05c4993 (patch) | |
tree | 5f8dc4dd6bd0e0a23ddb5687bde65e8aee01e33e | |
parent | ec40fd9b1a7cd0b7fa95b7416056deb8d23d9810 (diff) | |
download | aports-6a3a64fb5f998b07e0d0b21e57983816c05c4993.tar.bz2 aports-6a3a64fb5f998b07e0d0b21e57983816c05c4993.tar.xz |
testing/py-isort: setuptools added
-rw-r--r-- | testing/py-isort/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-isort/APKBUILD b/testing/py-isort/APKBUILD index 0313b546b7..9ee2517282 100644 --- a/testing/py-isort/APKBUILD +++ b/testing/py-isort/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev" +makedepends="python-dev py-setuptools" install="" subpackages="" source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |