Add optional c extension for python-ruamel-yaml which can speed up yaml loading/parsing. Extend the ruamel-yaml runtime test to check if the c extension works correctly. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
config BR2_PACKAGE_PYTHON_RUAMEL_YAML_CLIB
|
|
bool "python-ruamel-yaml-clib"
|
|
depends on BR2_PACKAGE_PYTHON_RUAMEL_YAML
|
|
help
|
|
C version of reader, parser and emitter for ruamel.yaml
|
|
derived from libyaml
|
|
|
|
https://sourceforge.net/projects/ruamel-yaml/
|