python deps: add jsonschema

This will be used to validate the kernel's hardware configuration file
against a schema.
This commit is contained in:
Simon Shields
2019-01-10 14:35:29 +11:00
parent 4d2bd90c84
commit 463c1cc211

View File

@@ -35,7 +35,8 @@ DEPS = [
'bs4',
'sh',
'pexpect',
'pyaml'
'pyaml',
'jsonschema'
]
setup(