Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-asgiref: drop Python 2 support
@ 2019-10-20 15:11 Asaf Kahlon
  2019-10-20 15:11 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
  2019-10-21 18:46 ` [Buildroot] [PATCH 1/1] package/python-asgiref: " Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Asaf Kahlon @ 2019-10-20 15:11 UTC (permalink / raw)
  To: buildroot

Asgiref doesn't support Python 2 since version 2.0.0.
All the recursive reverse dependencies already support Python 3 only.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-asgiref/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-asgiref/Config.in b/package/python-asgiref/Config.in
index d0b816c369..71069bf48b 100644
--- a/package/python-asgiref/Config.in
+++ b/package/python-asgiref/Config.in
@@ -1,4 +1,5 @@
 config BR2_PACKAGE_PYTHON_ASGIREF
+	depends on BR2_PACKAGE_PYTHON3
 	bool "python-asgiref"
 	help
 	  ASGI is a standard for Python asynchronous web apps and
-- 
2.20.1

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

end of thread, other threads:[~2019-10-21 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-20 15:11 [Buildroot] [PATCH 1/1] package/python-asgiref: drop Python 2 support Asaf Kahlon
2019-10-20 15:11 ` [Buildroot] [PATCH 1/1] package/python-secretstorage: " Asaf Kahlon
2019-10-21 18:46   ` Thomas Petazzoni
2019-10-21 18:46 ` [Buildroot] [PATCH 1/1] package/python-asgiref: " Thomas Petazzoni

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