mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-18 07:09:28 +00:00
* Update buildroot to 2020.11-rc3 Signed-off-by: Stefan Agner <stefan@agner.ch> * ODROID: Update kernel 5.9.11 * Remove patch which has been applied upstream * Linux: Update kernel 5.4.80
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
config BR2_PACKAGE_PYTHON_PIP
|
|
bool "python-pip"
|
|
select BR2_PACKAGE_PYTHON_HASHLIB if BR2_PACKAGE_PYTHON # runtime
|
|
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/
|