aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-10-21 17:35:02 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-10-21 17:35:02 +0200
commitb4d3d275b693e05ed8a7ef39cd19969ad8d14e33 (patch)
treee57932d3aa82b4322fcaf92de48a7189b600e32b /testing
parent5828343af8495755c73bd7a64b4abebb6d81d33c (diff)
downloadaports-b4d3d275b693e05ed8a7ef39cd19969ad8d14e33.tar.bz2
aports-b4d3d275b693e05ed8a7ef39cd19969ad8d14e33.tar.xz
testing/py-idna: add missing dep
Diffstat (limited to 'testing')
-rw-r--r--testing/py-idna/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-idna/APKBUILD b/testing/py-idna/APKBUILD
index 908906257c..47789ec335 100644
--- a/testing/py-idna/APKBUILD
+++ b/testing/py-idna/APKBUILD
@@ -9,7 +9,7 @@ arch="noarch"
license="BSD"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev py-setuptools"
install=""
subpackages=""
source="idna-$pkgver.tar.gz::https://github.com/kjd/idna/archive/v$pkgver.tar.gz"