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 --- testing/py-scipy/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/py-scipy') diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD index a2f877a274..d184eac47e 100644 --- a/testing/py-scipy/APKBUILD +++ b/testing/py-scipy/APKBUILD @@ -28,15 +28,15 @@ prepare() { build() { cd "$_builddir" export LDFLAGS="$LDFLAGS -shared" - python setup.py config_fc \ + python2 setup.py config_fc \ --fcompiler=gnu95 config || return 1 - python setup.py config_fc \ + python2 setup.py config_fc \ --fcompiler=gnu95 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="5ff2971e1ce90e762c59d2cd84837224 scipy-0.17.0.tar.gz" -- cgit v1.2.3