Files
fml13v01-buildroot/package/python-pip/Config.in
T
2021-12-06 14:12:13 +08:00

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/