mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-14 12:40:16 +01:00
b13086072c
* Update docker & buildroot * Fix * fix versions
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
|