2018-03-06 21:03:25 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_JSONMODELS
|
|
|
|
bool "python-jsonmodels"
|
|
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
|
|
help
|
2018-04-01 07:08:47 +02:00
|
|
|
Models to make easier to deal with structures that are
|
|
|
|
converted to, or read from JSON.
|
2018-03-06 21:03:25 +01:00
|
|
|
|
|
|
|
https://github.com/beregond/jsonmodels
|