summaryrefslogtreecommitdiffstats
path: root/testing/py-isort
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-07 10:31:28 +0000
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-09-08 14:35:48 +0200
commit6a3a64fb5f998b07e0d0b21e57983816c05c4993 (patch)
tree5f8dc4dd6bd0e0a23ddb5687bde65e8aee01e33e /testing/py-isort
parentec40fd9b1a7cd0b7fa95b7416056deb8d23d9810 (diff)
downloadaports-6a3a64fb5f998b07e0d0b21e57983816c05c4993.tar.bz2
aports-6a3a64fb5f998b07e0d0b21e57983816c05c4993.tar.xz
testing/py-isort: setuptools added
Diffstat (limited to 'testing/py-isort')
-rw-r--r--testing/py-isort/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-isort/APKBUILD b/testing/py-isort/APKBUILD
index 0313b546b..9ee251728 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"