c424eb25ca
According to the package release notes (https://github.com/oauthlib/oauthlib/releases/tag/v3.1.1), python2 isn't supported anymore. All the reverse dependencies are already python3-only. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
config BR2_PACKAGE_PYTHON_OAUTHLIB
|
|
bool "python-oauthlib"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
A generic, spec-compliant, thorough implementation of the
|
|
OAuth request-signing logic.
|
|
|
|
https://github.com/oauthlib/oauthlib
|