projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c9248
)
package/python-pip: needs python-setuptools
author
Asaf Kahlon
<asafka7@gmail.com>
Wed, 24 Oct 2018 16:22:15 +0000
(19:22 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 1 Nov 2018 21:18:56 +0000
(22:18 +0100)
pip needs pkg_resources, which is installed with setuptools.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-pip/Config.in
patch
|
blob
|
history
diff --git
a/package/python-pip/Config.in
b/package/python-pip/Config.in
index 4fcd55e5ab02d99a49f66d117c10cfa474848cd5..ac741da87235ede2c159e92563e9fabbeb29ce15 100644
(file)
--- a/
package/python-pip/Config.in
+++ b/
package/python-pip/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_PYTHON_PIP
bool "python-pip"
+ select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
The PyPA recommended tool for installing Python packages.