diff options
Diffstat (limited to 'testing/py-pykka/APKBUILD')
-rw-r--r-- | testing/py-pykka/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pykka/APKBUILD b/testing/py-pykka/APKBUILD index 874c1ecde8..4245fd292a 100644 --- a/testing/py-pykka/APKBUILD +++ b/testing/py-pykka/APKBUILD @@ -27,12 +27,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="27cb69507f89e34dc1ff34636c4bc165 Pykka-1.2.0.tar.gz" |