mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-pip: needs python-setuptools
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
89c92487cf
commit
24fa13bda0
@@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PYTHON_PIP
|
config BR2_PACKAGE_PYTHON_PIP
|
||||||
bool "python-pip"
|
bool "python-pip"
|
||||||
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||||
help
|
help
|
||||||
The PyPA recommended tool for installing Python packages.
|
The PyPA recommended tool for installing Python packages.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user