1config BR2_PACKAGE_PYTHON_JSONMODELS
2	bool "python-jsonmodels"
3	select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
4	select BR2_PACKAGE_PYTHON_SIX # runtime
5	help
6	  Models to make easier to deal with structures that are
7	  converted to, or read from JSON.
8
9	  https://github.com/beregond/jsonmodels
10