diff options
Diffstat (limited to 'testing/py-stdnum/APKBUILD')
-rw-r--r-- | testing/py-stdnum/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-stdnum/APKBUILD b/testing/py-stdnum/APKBUILD index 263adc7313..a9b850c3a0 100644 --- a/testing/py-stdnum/APKBUILD +++ b/testing/py-stdnum/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="fd2d8f12055d4a133fe480ec7f20fa94 python-stdnum-0.8.1.tar.gz" |