Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstall

python,python3: Use ensurepip=upgrade for host Python
This commit is contained in:
Hannu Nyman 2019-05-29 19:36:29 +03:00 committed by GitHub
commit 96ae56b1e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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