2016-08-19 14:48:02 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT
|
|
|
|
bool "python-requests-toolbelt"
|
2021-07-10 23:55:32 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-requests -> python-idna
|
2016-08-19 14:48:02 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
|
|
help
|
|
|
|
A utility belt for advanced users of python-requests.
|
|
|
|
|
|
|
|
https://toolbelt.readthedocs.org
|