10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
config BR2_PACKAGE_PYTHON_PIP
|
|
bool "python-pip"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL
|
|
help
|
|
The PyPA recommended tool for installing Python packages.
|
|
|
|
https://pip.pypa.io/
|