summaryrefslogtreecommitdiff
path: root/community/py3-setuptools-git/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-setuptools-git/APKBUILD')
-rw-r--r--community/py3-setuptools-git/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-setuptools-git/APKBUILD b/community/py3-setuptools-git/APKBUILD
index 62cacf05a55..5185089e166 100644
--- a/community/py3-setuptools-git/APKBUILD
+++ b/community/py3-setuptools-git/APKBUILD
@@ -26,7 +26,7 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156 setuptools-git-1.2.tar.gz"