python: enable pip installation of pip on the host-side
authorAlexandru Ardelean <[email protected]>
Sun, 11 Jan 2015 14:02:03 +0000 (16:02 +0200)
committerAlexandru Ardelean <[email protected]>
Sun, 11 Jan 2015 18:15:13 +0000 (20:15 +0200)
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 <[email protected]>
lang/python/Makefile

index 0bc6c440f1f832c8404e1b6cf3b80af254bd6e70..b02aebdafe6f6f551c328e3af2f20a486e479c50 100644 (file)
@@ -191,6 +191,7 @@ HOST_CONFIGURE_ARGS+= \
        --without-pymalloc \
        --with-threads \
        --prefix=$(STAGING_DIR_HOST) \
+       --with-ensurepip=upgrade \
        CONFIG_SITE= \
        OPT="$(HOST_CFLAGS)"