mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package: add python-httplib2
[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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fd71748f0d
commit
d8ce24077b
11
package/python-httplib2/Config.in
Normal file
11
package/python-httplib2/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user