2017-11-12 11:45:22 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB
|
|
|
|
bool "python-requests-oauthlib"
|
2021-07-10 23:55:32 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-requests -> python-idna
|
2017-11-12 11:45:22 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_OAUTHLIB # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
|
|
help
|
|
|
|
OAuthlib authentication support for Requests.
|
|
|
|
|
|
|
|
https://github.com/requests/requests-oauthlib
|