diff options
Diffstat (limited to 'testing/py-rpio')
-rw-r--r-- | testing/py-rpio/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-rpio/APKBUILD b/testing/py-rpio/APKBUILD index 0e69bb51b1..908a16dd62 100644 --- a/testing/py-rpio/APKBUILD +++ b/testing/py-rpio/APKBUILD @@ -29,12 +29,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="12655fff70c2d42e366c9a56c7236666 py-rpio-0.10.1.tar.gz |