mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
config BR2_PACKAGE_PYTHON_JSONSCHEMA
|
|
bool "python-jsonschema"
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_PYRSISTENT # runtime
|
|
help
|
|
An implementation of JSON Schema validation for Python.
|
|
|
|
http://github.com/Julian/jsonschema
|