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 658a3aa6bb..31675b6a6b 100644 --- a/testing/py-blockdiag/APKBUILD +++ b/testing/py-blockdiag/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="ASL 2.0" depends="python py-pillow py-funcparserlib py-setuptools py-webcolors" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |