mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-15 11:54:32 -04:00
CI: require a sufficiently-recent JSON-Schema
This commit is contained in:
parent
d336d0167f
commit
a843f34177
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ ERR_IMPORT, ERR_USAGE, ERR_FILE_NOT_FOUND, ERR_SYNTAX, ERR_INVALID = range(1,6)
|
|||
#
|
||||
try:
|
||||
from jsonschema import validate, SchemaError, ValidationError
|
||||
from jsonschema import draft7_format_checker
|
||||
from yaml import safe_load, YAMLError
|
||||
except ImportError as e:
|
||||
print(e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue