diff options
Diffstat (limited to 'testing/py-flake8-quotes/APKBUILD')
-rw-r--r-- | testing/py-flake8-quotes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-quotes/APKBUILD b/testing/py-flake8-quotes/APKBUILD index 31f29d1688..597122375a 100644 --- a/testing/py-flake8-quotes/APKBUILD +++ b/testing/py-flake8-quotes/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="aafef6c6cca7462c1dfdd86912624ac3 flake8-quotes-0.0.1.tar.gz" |