mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
python: enable pip installation of pip on the host-side
Python packs some pip installation script during the build, which looks like a better idea to use for the python-pip and/or python-setuptools packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -191,6 +191,7 @@ HOST_CONFIGURE_ARGS+= \
|
|||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--prefix=$(STAGING_DIR_HOST) \
|
--prefix=$(STAGING_DIR_HOST) \
|
||||||
|
--with-ensurepip=upgrade \
|
||||||
CONFIG_SITE= \
|
CONFIG_SITE= \
|
||||||
OPT="$(HOST_CFLAGS)"
|
OPT="$(HOST_CFLAGS)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user