2017-01-17 11:17:23 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_JSONSCHEMA
|
|
|
|
bool "python-jsonschema"
|
2018-03-09 20:17:00 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_FUNCTOOLS32 if BR2_PACKAGE_PYTHON # runtime
|
2017-01-17 11:17:23 +01:00
|
|
|
help
|
|
|
|
An implementation of JSON Schema validation for Python.
|
|
|
|
|
|
|
|
http://github.com/Julian/jsonschema
|