1config BR2_PACKAGE_PYTHON_RUAMEL_YAML
2	bool "python-ruamel-yaml"
3	help
4	  ruamel.yaml is a YAML parser/emitter that supports roundtrip
5	  preservation of comments, seq/map flow style, and map key
6	  order.
7
8	  https://sourceforge.net/projects/ruamel-yaml/
9