9b746f81e7
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>
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
config BR2_PACKAGE_PYTHON_ASGIREF
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
bool "python-asgiref"
|
|
help
|
|
ASGI is a standard for Python asynchronous web apps and
|
|
servers to communicate with each other, and positioned as
|
|
an asynchronous successor to WSGI.
|
|
|
|
This package includes ASGI base libraries, such as:
|
|
- Sync-to-async and async-to-sync function wrappers,
|
|
asgiref.sync
|
|
- Server base classes, asgiref.server
|
|
- A WSGI-to-ASGI adapter, in asgiref.wsgi
|
|
|
|
http://github.com/django/asgiref/
|