2021-06-21 22:34:54 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_AUGEAS
|
|
|
|
bool "python-augeas"
|
2021-10-03 18:18:10 +02:00
|
|
|
depends on !BR2_arc
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
select BR2_PACKAGE_AUGEAS
|
2021-06-21 22:34:54 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
|
|
help
|
|
|
|
Pure python bindings for Augeas.
|
|
|
|
|
|
|
|
https://github.com/hercules-team/python-augeas
|
2021-10-03 18:18:10 +02:00
|
|
|
|
|
|
|
comment "python-augeas needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_arc
|
|
|
|
depends on !BR2_USE_WCHAR
|