projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f8d83
)
python: enable pip installation of pip on the host-side
author
Alexandru Ardelean
<
[email protected]
>
Sun, 11 Jan 2015 14:02:03 +0000
(16:02 +0200)
committer
Alexandru 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
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 0bc6c440f1f832c8404e1b6cf3b80af254bd6e70..b02aebdafe6f6f551c328e3af2f20a486e479c50 100644
(file)
--- 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)"