1config BR2_PACKAGE_PYTHON_MUNCH
2 bool "python-munch"
3 select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
4 select BR2_PACKAGE_PYTHON_SIX # runtime
5 help
6 Munch is a dictionary that supports attribute-style access,
7 a la JavaScript.
8
9 https://github.com/Infinidat/munch
10