diff options
Diffstat (limited to 'testing/py-hearplanetapi')
-rw-r--r-- | testing/py-hearplanetapi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-hearplanetapi/APKBUILD b/testing/py-hearplanetapi/APKBUILD index f58f5d546d..d64ff430e4 100644 --- a/testing/py-hearplanetapi/APKBUILD +++ b/testing/py-hearplanetapi/APKBUILD @@ -28,12 +28,12 @@ prepare() { build() { cd "$_builddir" - python setup.py build || return 1 + python2 setup.py build || return 1 } package() { cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="eaa1a4694dcb843ba2cb2896c6fd3ec8 HearPlanetAPI-0.1.1.tar.gz" |