]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/python-jsonmodels/Config.in
package/*/Config.in: re-wrap help text
[coffee/buildroot.git] / package / python-jsonmodels / Config.in
1 config 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