From 7123d31a0ba0e78bda08f5d6b659a9ea1a589060 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 11 Jan 2015 16:02:03 +0200 Subject: [PATCH] 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 --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) 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)"