mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00: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 \
|
||||
--with-threads \
|
||||
--prefix=$(STAGING_DIR_HOST) \
|
||||
--with-ensurepip=upgrade \
|
||||
CONFIG_SITE= \
|
||||
OPT="$(HOST_CFLAGS)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user