mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 22:03:45 -09:00
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>
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
config BR2_PACKAGE_PYTHON_PIP
|
|
bool "python-pip"
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
help
|
|
The PyPA recommended tool for installing Python packages.
|
|
|
|
https://pip.pypa.io/
|