mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 05:19:40 +08:00
In preparation for generating a CycloneDX SBOM for Qt framework,
install the cyclonedx-python-lib package which will be a required
dependency for the SBOM generation process (assuming CycloneDX
generation feature is enabled in the build).
Pick-to: 6.9 6.8
Task-number: QTBUG-129598
Change-Id: Iacaeb22aa568cecd6ffbe2ece30de953e37c5cf2
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 86589a14fc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
8 lines
318 B
Plaintext
8 lines
318 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 ; python_version >= '3.9'
|
|
cyclonedx-python-lib==11.0.0 ; python_version >= '3.9'
|