mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
With Python 3.12 SBOM needs jsonschema package newer than 4.19
but cannot uninstall current one installed by RPM:
Error:
Attempting uninstall: jsonschema
Found existing installation: jsonschema 4.19.1
error: uninstall-no-record-file
× Cannot uninstall jsonschema 4.19.1
Therefore virtual env is used to fix this.
Pick-to: 6.11
Task-number: QTQAINFRA-7554
Change-Id: I1260ef7fdf0c1ba96acaee1738ed9612e47bedad
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
9 lines
369 B
Plaintext
9 lines
369 B
Plaintext
# Python packages used to validate and audit Qt SBOM informaiton
|
|
spdx-tools>=0.8.0 ; python_version >= '3.9'
|
|
ntia-conformance-checker ; python_version >= '3.9'
|
|
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.12'
|