diff options
Diffstat (limited to 'testing/py-beatport/APKBUILD')
-rw-r--r-- | testing/py-beatport/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-beatport/APKBUILD b/testing/py-beatport/APKBUILD index 8481a35eae..2fcd2a44ef 100644 --- a/testing/py-beatport/APKBUILD +++ b/testing/py-beatport/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev py-setuptools py-requests" +makedepends="python2-dev py-setuptools py-requests" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |