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

python: fix builds sometimes not including pip/setuptools

This commit is contained in:
Dylan Araps 2019-09-09 13:19:14 +03:00
parent 5f8bfbff84
commit 3a7d6d072d
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,9 @@
./configure \
--prefix=/usr \
--enable-shared \
--with-system-expat \
--with-system-ffi \
--with-ensurepip=install
make
@ -11,4 +14,4 @@ ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"
# Make static library writable.
chmod -v u+w "$1/usr/lib/libpython"*.a
chmod -v u+w "$1/usr/lib/libpython"*

View File

@ -1,3 +1,4 @@
bzip2
expat
libffi
zlib

View File

@ -1 +1 @@
3.7.4 3
3.7.4 4