forked from kiss-community/repo
python: fix builds sometimes not including pip/setuptools
This commit is contained in:
parent
5f8bfbff84
commit
3a7d6d072d
@ -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"*
|
||||
|
@ -1,3 +1,4 @@
|
||||
bzip2
|
||||
expat
|
||||
libffi
|
||||
zlib
|
||||
|
@ -1 +1 @@
|
||||
3.7.4 3
|
||||
3.7.4 4
|
||||
|
Loading…
Reference in New Issue
Block a user