buildroot/package/python-jsonmodels/Config.in
Ricardo Martincoski 73f7757007 package/*/Config.in: re-wrap help text
... to follow the convention <tab><2 spaces><62 chars>.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-01 10:09:52 +02:00

10 lines
293 B
Plaintext

config BR2_PACKAGE_PYTHON_JSONMODELS
bool "python-jsonmodels"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Models to make easier to deal with structures that are
converted to, or read from JSON.
https://github.com/beregond/jsonmodels