diff options
Diffstat (limited to 'testing/py-evohome-client/APKBUILD')
-rw-r--r-- | testing/py-evohome-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-evohome-client/APKBUILD b/testing/py-evohome-client/APKBUILD index e3ce88651c..3b6b760943 100644 --- a/testing/py-evohome-client/APKBUILD +++ b/testing/py-evohome-client/APKBUILD @@ -18,12 +18,12 @@ builddir="$srcdir"/evohome-client-$pkgver 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="71ae416b948b367f8d0663851c976a2f evohome-client-0.2.5.tar.gz" |