From 0fb5e7aab04fb9921fcc8d0c9111eb57ac5e25ea Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 31 Mar 2024 14:35:30 -0600 Subject: python/python3-sniffio: Fix PYTHONPATH. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-sniffio/python3-sniffio.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/python3-sniffio/python3-sniffio.SlackBuild b/python/python3-sniffio/python3-sniffio.SlackBuild index e4f4311c45..31976dd54c 100644 --- a/python/python3-sniffio/python3-sniffio.SlackBuild +++ b/python/python3-sniffio/python3-sniffio.SlackBuild @@ -64,7 +64,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 {} \; -export PYTHONPATH=/opt/python3.9/site-packages/ +PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') +export PYTHONPATH=/opt/python$PYVER/site-packages/ python3 -m build --no-isolation python3 -m installer --destdir "$PKG" dist/*.whl -- cgit v1.2.3