mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-10 00:46:41 +08:00
Add python dependencies for json schema validation
Change-Id: I34a1f603e1d293ee7b898c52a7a3fcbec599c7d6 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user