aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-blockdiag
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-12 16:03:06 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-12 16:03:06 +0100
commit72148f148c637a9f9f4ce4fdbb642cb3feeab986 (patch)
tree230c65143585213a3ee229b289f7d8a1d13afe0e /testing/py-blockdiag
parent1d8af133621ec0f3656d3f638ee955e03d8a4708 (diff)
downloadaports-72148f148c637a9f9f4ce4fdbb642cb3feeab986.tar.bz2
aports-72148f148c637a9f9f4ce4fdbb642cb3feeab986.tar.xz
testing/py-blockdiag: add missing dependency on py-setuptools
Diffstat (limited to 'testing/py-blockdiag')
-rw-r--r--testing/py-blockdiag/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-blockdiag/APKBUILD b/testing/py-blockdiag/APKBUILD
index afb6754fa2..a07db1cee6 100644
--- a/testing/py-blockdiag/APKBUILD
+++ b/testing/py-blockdiag/APKBUILD
@@ -36,7 +36,7 @@ package() {
_py2() {
replaces="$pkgname"
- depends="${depends//py-/py2-}"
+ depends="${depends//py-/py2-} py-setuptools"
_py python2
}