diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-12 16:03:06 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-12 16:03:06 +0100 |
commit | 72148f148c637a9f9f4ce4fdbb642cb3feeab986 (patch) | |
tree | 230c65143585213a3ee229b289f7d8a1d13afe0e /testing/py-blockdiag | |
parent | 1d8af133621ec0f3656d3f638ee955e03d8a4708 (diff) | |
download | aports-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/APKBUILD | 2 |
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 } |