summaryrefslogtreecommitdiff
path: root/community/py3-inflection/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-inflection/APKBUILD')
-rw-r--r--community/py3-inflection/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-inflection/APKBUILD b/community/py3-inflection/APKBUILD
index 97014b81f00..fd77dd3e711 100644
--- a/community/py3-inflection/APKBUILD
+++ b/community/py3-inflection/APKBUILD
@@ -25,7 +25,7 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="82f70e2b81fb166260191a464383f6674e3b21504a35ee605ac6ce4bb163c8f3bbe6d06379575178d7196701459506dd541f32e48f24b32f42d5cfb717158d50 inflection-0.5.1.tar.gz"