From 96b63dc086e548a45eda0680f81ca2f2c26614f8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 5 Jun 2026 12:12:01 +0200 Subject: python3-fsspec: fix build with SETUPTOOLS_SCM_PRETEND_VERSION Co-Authored-By: Claude Sonnet 4.6 --- python3-fsspec/python3-fsspec.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python3-fsspec') 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 \ -- cgit v1.2.3