Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
7123d31a0b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile View File

@ -191,6 +191,7 @@ HOST_CONFIGURE_ARGS+= \
--without-pymalloc \
--with-threads \
--prefix=$(STAGING_DIR_HOST) \
--with-ensurepip=upgrade \
CONFIG_SITE= \
OPT="$(HOST_CFLAGS)"


Loading…
Cancel
Save