blob: d1b7e7f74b74c63710169790ace5f26f637f9f1e [file] [log] [blame]
config BR2_PACKAGE_PYTHON_PIP
bool "python-pip"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
help
The PyPA recommended tool for installing Python packages.
https://pip.pypa.io/