kumquat-buildroot/package/python-jsonschema/Config.in
James Hilliard 1f6ab13194 package/python-jsonschema: bump to version 4.5.1
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>
2022-07-23 21:20:50 +02:00

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