a27edfcc58
Also: Select PYTHON_SSL or PYTHON3_SSL as pip connects to https://pypi.org making SSL mandatory for runtime. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
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/
|