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:
Asaf Kahlon 2021-10-06 19:11:45 +03:00 committed by Peter Korsgaard
parent 24d608d27b
commit c424eb25ca

View File

@ -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.