diff options
Diffstat (limited to 'testing/py-pyechonest/APKBUILD')
-rw-r--r-- | testing/py-pyechonest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyechonest/APKBUILD b/testing/py-pyechonest/APKBUILD index b67db19737..a85ff04058 100644 --- a/testing/py-pyechonest/APKBUILD +++ b/testing/py-pyechonest/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python interface to The Echo Nest APIs" url="https://pypi.python.org/pypi/pyechonest" arch="noarch" license="BSD" -depends="python py-simplejson py-setuptools" +depends="python2 py-simplejson py-setuptools" depends_dev="" makedepends="python2-dev py-setuptools" install="" |