mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-jsonschema: add missing runtime dependency
python-attrs package is required since version 2.6.0. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ccc924ffb3
commit
e80d68dd15
@@ -1,5 +1,6 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user