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>
This commit is contained in:
parent
24d608d27b
commit
c424eb25ca
@ -1,5 +1,6 @@
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user