diff options
Diffstat (limited to 'testing/py-hearplanetapi/APKBUILD')
-rw-r--r-- | testing/py-hearplanetapi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hearplanetapi/APKBUILD b/testing/py-hearplanetapi/APKBUILD index 3b272b7edf..f58f5d546d 100644 --- a/testing/py-hearplanetapi/APKBUILD +++ b/testing/py-hearplanetapi/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python API wrapper for Hear Planet" url="http://pypi.python.org/pypi/HearPlanetAPI/" arch="noarch" license="ASL 2.0" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |