mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstall
python,python3: Use ensurepip=upgrade for host Python
This commit is contained in:
@@ -295,7 +295,7 @@ HOST_CONFIGURE_ARGS+= \
|
||||
--prefix=$(HOST_PYTHON_DIR) \
|
||||
--exec-prefix=$(HOST_PYTHON_DIR) \
|
||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
||||
--with-ensurepip=install \
|
||||
--with-ensurepip=upgrade \
|
||||
CONFIG_SITE=
|
||||
|
||||
define Host/Compile
|
||||
|
||||
@@ -289,7 +289,7 @@ HOST_CONFIGURE_ARGS+= \
|
||||
--prefix=$(HOST_PYTHON3_DIR) \
|
||||
--exec-prefix=$(HOST_PYTHON3_DIR) \
|
||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
||||
--with-ensurepip=install \
|
||||
--with-ensurepip=upgrade \
|
||||
CONFIG_SITE=
|
||||
|
||||
define Host/Compile
|
||||
|
||||
Reference in New Issue
Block a user