From c18b35140d6160530980ddae341d9aa45fe118fa Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 26 Oct 2016 19:19:22 +0200 Subject: [various] rename python executable in APKBUILDs to python2 --- community/py-zipstream/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-zipstream') diff --git a/community/py-zipstream/APKBUILD b/community/py-zipstream/APKBUILD index 74769d67ce..9657ed63f0 100644 --- a/community/py-zipstream/APKBUILD +++ b/community/py-zipstream/APKBUILD @@ -16,7 +16,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/allanlei/$_pkgname/archive/v builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" - python setup.py build || return 1 + python2 setup.py build || return 1 python3 setup.py build || return 1 } -- cgit v1.2.3