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>
9 lines
246 B
Plaintext
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
|