Config.in 270 B

123456789
  1. config 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. https://github.com/Infinidat/munch