[Buildroot] [git commit] package/python-oauthlib: depend on python3

Peter Korsgaard peter at korsgaard.com
Thu Oct 7 20:34:27 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c424eb25ca22d2b455eaf48580ba0484e3cf2fca
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-oauthlib/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-oauthlib/Config.in b/package/python-oauthlib/Config.in
index 65016c1d08..0084e7cbd9 100644
--- a/package/python-oauthlib/Config.in
+++ b/package/python-oauthlib/Config.in
@@ -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.


More information about the buildroot mailing list