diff options
Diffstat (limited to 'testing/py-beatport')
-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 2fcd2a44ef..ffb118209b 100644 --- a/testing/py-beatport/APKBUILD +++ b/testing/py-beatport/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A python wrapper around the Beatport.com API" url="https://pypi.python.org/pypi/beatport" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools py-requests" install="" |