[Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3

Asaf Kahlon asafka7 at gmail.com
Wed Oct 6 16:11:45 UTC 2021


According to the package realease notes
(https://github.com/oauthlib/oauthlib/releases/tag/v3.1.1),
python2 isn't supported.

All the reverse dependencies are already python3-only.

Signed-off-by: Asaf Kahlon <asafka7 at gmail.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.
-- 
2.30.2




More information about the buildroot mailing list