Files
rpi-buildroot/package/python-asgiref/Config.in
Marcus Hoffmann 608ee1acc3 package/python-asgiref: switch upstream URL to https
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit bbfd0951fa)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2025-08-07 11:06:08 +02:00

15 lines
484 B
Plaintext

config BR2_PACKAGE_PYTHON_ASGIREF
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
https://github.com/django/asgiref/