mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Drop python-anyio runtime dependency which is now an optional
dependency of asyncclick. See:
ca93155e16
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Julien: add commit reference for anyio dependency change]
Signed-off-by: Julien Olivain <ju.o@free.fr>
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
config BR2_PACKAGE_PYTHON_ASYNCCLICK
|
|
bool "python-asyncclick"
|
|
help
|
|
Composable command line interface toolkit, async version.
|
|
|
|
https://palletsprojects.com/p/click/
|