Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
config BR2_PACKAGE_PYTHON_ASYNCCLICK
|
|
bool "python-asyncclick"
|
|
select BR2_PACKAGE_PYTHON_ANYIO # runtime
|
|
help
|
|
Composable command line interface toolkit, async version.
|
|
|
|
https://palletsprojects.com/p/click/
|