kumquat-buildroot/package/python-oauthlib/Config.in
Asaf Kahlon c424eb25ca package/python-oauthlib: depend on python3
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>
2021-10-07 22:34:27 +02:00

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