Files
rpi-buildroot/package/python-trio-websocket/Config.in
James Hilliard d16bb45b68 package/python-trio-websocket: bump to version 0.11.1
Drop no longer required python-async-generator runtime dependency.

Add license file which was previously missing.

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

9 lines
246 B
Plaintext

config BR2_PACKAGE_PYTHON_TRIO_WEBSOCKET
bool "python-trio-websocket"
select BR2_PACKAGE_PYTHON_TRIO # runtime
select BR2_PACKAGE_PYTHON_WSPROTO # runtime
help
WebSocket library for Trio.
https://github.com/HyperionGray/trio-websocket