projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8542a54
)
package/python-asgiref: drop Python 2 support
author
Asaf Kahlon
<asafka7@gmail.com>
Sun, 20 Oct 2019 15:11:25 +0000
(18:11 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 18:32:59 +0000
(20:32 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-asgiref/Config.in
patch
|
blob
|
history
diff --git
a/package/python-asgiref/Config.in
b/package/python-asgiref/Config.in
index d0b816c36979a4e9f099e2ef05a92c9a29d2ef47..71069bf48b1057ef5687e3bb06cbb5764e55fe34 100644
(file)
--- 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