diff options
Diffstat (limited to 'python/python3-keyring/python3-keyring.SlackBuild')
-rw-r--r-- | python/python3-keyring/python3-keyring.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python3-keyring/python3-keyring.SlackBuild b/python/python3-keyring/python3-keyring.SlackBuild index 5095ebf167..0d54b143fd 100644 --- a/python/python3-keyring/python3-keyring.SlackBuild +++ b/python/python3-keyring/python3-keyring.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-keyring VERSION=${VERSION:-24.3.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,6 +65,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/ + python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl |