mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 20:47:49 +08:00
sbom: Explicitly install jsonschema package newer than 4.19
Because RHEL 10 comes with an older version of jsonschema (4.19),
which breaks cyclonedx verification at qtbase runtime.
Change-Id: Ib7044b6d4107e5382015adfdd8eb747be8605934
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 6348aa919b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Tero Heikkinen
parent
49b09bab88
commit
30a9d5669c
@@ -5,3 +5,4 @@ sbomaudit ; python_version >= '3.9'
|
|||||||
sbom2doc ; python_version >= '3.9'
|
sbom2doc ; python_version >= '3.9'
|
||||||
reuse<=5.1.1 ; python_version >= '3.9'
|
reuse<=5.1.1 ; python_version >= '3.9'
|
||||||
cyclonedx-python-lib==11.5.0 ; python_version >= '3.9'
|
cyclonedx-python-lib==11.5.0 ; python_version >= '3.9'
|
||||||
|
jsonschema>=4.20 ; python_version >= '3.9'
|
||||||
|
|||||||
Reference in New Issue
Block a user