mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/python-asgiref: drop Python 2 support
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>
This commit is contained in:
parent
8542a545ec
commit
9b746f81e7
@ -1,4 +1,5 @@
|
|||||||
config BR2_PACKAGE_PYTHON_ASGIREF
|
config BR2_PACKAGE_PYTHON_ASGIREF
|
||||||
|
depends on BR2_PACKAGE_PYTHON3
|
||||||
bool "python-asgiref"
|
bool "python-asgiref"
|
||||||
help
|
help
|
||||||
ASGI is a standard for Python asynchronous web apps and
|
ASGI is a standard for Python asynchronous web apps and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user