1config BR2_PACKAGE_PYTHON_PYYAML 2 bool "python-pyyaml" 3 select BR2_PACKAGE_LIBYAML 4 help 5 The PyYAML package contains binding to the libyaml API. 6 7 http://pyyaml.org/ 8