2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

python-setuptools: fix build

This commit is contained in:
Dylan Araps 2019-06-27 11:13:22 +03:00
parent 7fc9b62938
commit 5c7456b054

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
python3 bootstrap.py
python3 setup.py build
python3 setup.py install \