mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
config BR2_PACKAGE_PYTHON_JSONSCHEMA
|
|
bool "python-jsonschema"
|
|
select BR2_PACKAGE_PYTHON_FUNCTOOLS32 if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
An implementation of JSON Schema validation for Python.
|
|
|
|
http://github.com/Julian/jsonschema
|