mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 17:23:00 +02:00
No need to lock it down solely for host build-time use. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
config BR2_PACKAGE_PYTHON_LIBYANG
|
|
bool "python-libyang"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
CFFI bindings to libyang.
|
|
|
|
https://github.com/CESNET/libyang-python
|