Browse Source
python/python3-inflate64: Fix PYTHONPATH.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
fourtysixandtwo
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
2 additions and
1 deletions
-
python/python3-inflate64/python3-inflate64.SlackBuild
|
|
@ -87,7 +87,8 @@ find -L . \ |
|
|
|
|
|
|
|
#python3 setup.py install --root=$PKG |
|
|
|
|
|
|
|
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 --wheel --no-isolation |
|
|
|
python3 -m installer --destdir "$PKG" dist/*.whl |
|
|
|