You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
d8ce24077b
[Thomas: fix the license, it is MIT, not BSD-3c.] Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
449 B
Plaintext
12 lines
449 B
Plaintext
config BR2_PACKAGE_PYTHON_HTTPLIB2
|
|
bool "python-httplib2"
|
|
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3
|
|
help
|
|
httplib2 is a comprehensive HTTP client library, httplib2.py
|
|
supports many features left out of other HTTP libraries.
|
|
|
|
https://pypi.python.org/pypi/httplib2
|