1f6ab13194
Add new python-pyrsistent runtime dependency. Drop unused host-python-vcversioner build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
config BR2_PACKAGE_PYTHON_JSONSCHEMA
|
|
bool "python-jsonschema"
|
|
select BR2_PACKAGE_PYTHON_PYRSISTENT # runtime
|
|
help
|
|
An implementation of JSON Schema validation for Python.
|
|
|
|
http://github.com/Julian/jsonschema
|