mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
config BR2_PACKAGE_PYTHON_LIBYANG
|
|
bool "python-libyang"
|
|
select BR2_PACKAGE_PYTHON_PIP # buildtime
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
CFFI bindings to libyang.
|
|
|
|
https://github.com/CESNET/libyang-python
|