b578e0fcb4
aiosignal: a list of registered asynchronous callbacks. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOSIGNAL
|
|
bool "python-aiosignal"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_FROZENLIST # runtime
|
|
help
|
|
aiosignal: a list of registered asynchronous callbacks.
|
|
|
|
https://github.com/aio-libs/aiosignal
|