2022-12-09 11:27:42 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_MUNCH
|
|
|
|
bool "python-munch"
|
2022-12-12 10:50:49 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
2022-12-09 11:27:42 +01:00
|
|
|
help
|
|
|
|
Munch is a dictionary that supports attribute-style access,
|
|
|
|
a la JavaScript.
|
|
|
|
|
|
|
|
https://github.com/Infinidat/munch
|