diff options
Diffstat (limited to 'testing/py-blockdiag/APKBUILD')
-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 } |