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
|