Files
rpi-buildroot/package/python-sockjs/Config.in
James Hilliard 06a708ed26 package/python-sockjs: bump to version 0.13.0
Add new python-async-timeout runtime dependency.

License file renamed.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-09-22 11:37:38 +02:00

9 lines
242 B
Plaintext

config BR2_PACKAGE_PYTHON_SOCKJS
bool "python-sockjs"
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
help
SockJS server implementation for aiohttp.
https://github.com/aio-libs/sockjs/