Add python dependencies for json schema validation

Change-Id: I34a1f603e1d293ee7b898c52a7a3fcbec599c7d6
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Cristian Le
2025-04-10 17:14:34 +02:00
parent 0fe2d4c7a4
commit f104eb4132
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Dependency: check-jsonschema -> regress
# `regress` is not yet built for Windows ARM and building from scratch
# requires cargo which is not provisioned. Disabling this on Windows ARM for now.
check-jsonschema ; sys_platform != 'win32' or platform_machine != 'ARM64'
click

View File

@@ -1,2 +1,4 @@
# Requirements for running SBOM related utilities
-r sbom_requirements.txt
# Requirements for running Json schema validations
-r check_schema_requirements.txt