mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-24 07:11:29 +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.8 Task-number: QTBUG-129598 Change-Id: Iacaeb22aa568cecd6ffbe2ece30de953e37c5cf2 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit86589a14fc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit7eb22d00df) Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# Python packages used to validate and audit Qt SBOM informaiton
|
|
spdx-tools>=0.8.0
|
|
ntia-conformance-checker
|
|
sbomaudit
|
|
sbom2doc
|
|
reuse
|
|
cyclonedx-python-lib==11.0.0
|