diff mbox series

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

Message ID 20211006161147.19864-1-asafka7@gmail.com
State Accepted
Headers show
Series [1/1] package/python-oauthlib: depend on python3 | expand

Commit Message

Asaf Kahlon Oct. 6, 2021, 4:11 p.m. UTC
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@gmail.com>
---
 package/python-oauthlib/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Oct. 7, 2021, 8:34 p.m. UTC | #1
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

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

Committed, thanks.
diff mbox series

Patch

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.