mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 22:39:54 +00:00
python deps: add jsonschema
This will be used to validate the kernel's hardware configuration file against a schema.
This commit is contained in:
@@ -35,7 +35,8 @@ DEPS = [
|
||||
'bs4',
|
||||
'sh',
|
||||
'pexpect',
|
||||
'pyaml'
|
||||
'pyaml',
|
||||
'jsonschema'
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user