aboutsummaryrefslogtreecommitdiffstats
path: root/python3-fsspec/python3-fsspec.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python3-fsspec/python3-fsspec.SlackBuild')
-rw-r--r--python3-fsspec/python3-fsspec.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python3-fsspec/python3-fsspec.SlackBuild b/python3-fsspec/python3-fsspec.SlackBuild
index 5351498..bebe342 100644
--- a/python3-fsspec/python3-fsspec.SlackBuild
+++ b/python3-fsspec/python3-fsspec.SlackBuild
@@ -81,7 +81,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 -m build --wheel --no-isolation
+SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FSSPEC=$VERSION \
+ python3 -m build --wheel --no-isolation
python3 -m installer --destdir "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \