mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-Flask-Security-Too: Fix PYTHONPATH.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c547a2d38d
commit
2af86c8c6a
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ find -L . \
|
|||
sed -i '/importlib_resources/ s/5\.10/5.1/' pyproject.toml
|
||||
sed -i '/markupsafe/ s/2\.1\.0/2.0.1/' pyproject.toml
|
||||
|
||||
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 -d "$PKG" dist/*.whl
|
||||
|
|
Loading…
Reference in a new issue