mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
config BR2_PACKAGE_PYTHON_PYAML
|
|
bool "python-pyaml"
|
|
select BR2_PACKAGE_PYTHON_PYYAML # runtime
|
|
help
|
|
PyYAML-based module to produce a bit more pretty and
|
|
readable YAML-serialized data.
|
|
|
|
https://github.com/mk-fg/pretty-yaml
|