From: Alexandru Ardelean Date: Sun, 11 Jan 2015 14:02:03 +0000 (+0200) Subject: python: enable pip installation of pip on the host-side X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7123d31a0ba0e78bda08f5d6b659a9ea1a589060;p=openwrt-packages.git 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 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 0bc6c440f..b02aebdaf 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -191,6 +191,7 @@ HOST_CONFIGURE_ARGS+= \ --without-pymalloc \ --with-threads \ --prefix=$(STAGING_DIR_HOST) \ + --with-ensurepip=upgrade \ CONFIG_SITE= \ OPT="$(HOST_CFLAGS)"