Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
config BR2_PACKAGE_PYTHON_ANYIO
|
|
bool "python-anyio"
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
High level compatibility layer for multiple asynchronous
|
|
event loop implementations.
|
|
|
|
https://github.com/agronholm/anyio
|