990bc8b2ad
python-json-schema-validator supports Python 3, so there's no reason to limit it to Python 2 only. Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Matthew Carruth <carruthm@gmail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR
|
|
bool "python-json-schema-validator"
|
|
select BR2_PACKAGE_PYTHON_VERSIONTOOLS
|
|
help
|
|
JSON Schema Validator
|
|
|
|
https://pypi.python.org/pypi/json-schema-validator
|