mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-18 02:06:20 +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. Pick-to: 6.11 Change-Id: Ib7044b6d4107e5382015adfdd8eb747be8605934 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
committed by
Tero Heikkinen
parent
30d874ad79
commit
6348aa919b
@@ -5,3 +5,4 @@ sbomaudit ; python_version >= '3.9'
|
||||
sbom2doc ; python_version >= '3.9'
|
||||
reuse<=5.1.1 ; 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