summaryrefslogtreecommitdiffstats
path: root/source/l/python-installer/python-installer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/python-installer/python-installer.SlackBuild')
-rwxr-xr-xsource/l/python-installer/python-installer.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/python-installer/python-installer.SlackBuild b/source/l/python-installer/python-installer.SlackBuild
index bda92b177..71265004b 100755
--- a/source/l/python-installer/python-installer.SlackBuild
+++ b/source/l/python-installer/python-installer.SlackBuild
@@ -75,8 +75,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# This is a bootstrap package for building via wheels.
+# Keep using this build method for now.
python3 -m flit_core.wheel || exit 1
-
PYTHONPATH=src python3 -m installer --destdir "$PKG" dist/*.whl || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \