diff options
Diffstat (limited to 'testing/py-tzlocal/APKBUILD')
-rw-r--r-- | testing/py-tzlocal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-tzlocal/APKBUILD b/testing/py-tzlocal/APKBUILD index 0cfa9dc5d0..efb8c06807 100644 --- a/testing/py-tzlocal/APKBUILD +++ b/testing/py-tzlocal/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="2e36ceb1260bf1233ed2f018a1df536e tzlocal-1.2.tar.gz" |