Files
rpi-buildroot/package/python-ruamel-yaml-clib/Config.in
Marcus Hoffmann f538c7e6bd package/python-ruamel-yaml-clib: new package
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>
2024-07-12 15:17:27 +02:00

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/