Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3
@ 2021-10-06 16:11 Asaf Kahlon
  2021-10-06 16:11 ` [Buildroot] [PATCH 1/2] package/supervisor: remove the dependency on python-meld3 Asaf Kahlon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Asaf Kahlon @ 2021-10-06 16:11 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Asaf Kahlon

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(+)

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-07 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-06 16:11 [Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3 Asaf Kahlon
2021-10-06 16:11 ` [Buildroot] [PATCH 1/2] package/supervisor: remove the dependency on python-meld3 Asaf Kahlon
2021-10-06 16:11 ` [Buildroot] [PATCH 2/2] package/python-meld3: drop package Asaf Kahlon
2021-10-07 20:33   ` Peter Korsgaard
2021-10-07 20:34 ` [Buildroot] [PATCH 1/1] package/python-oauthlib: depend on python3 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox