From 86589a14fc044f1bc22dbf54d0ffa13069df0a25 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 24 Jul 2025 13:11:31 +0200 Subject: [PATCH] coin: Add cyclonedx-python-lib to sbom_requirements.txt 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 6.9 6.10 Task-number: QTBUG-129598 Change-Id: Iacaeb22aa568cecd6ffbe2ece30de953e37c5cf2 Reviewed-by: Alexey Edelev --- coin/provisioning/common/shared/sbom_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/provisioning/common/shared/sbom_requirements.txt b/coin/provisioning/common/shared/sbom_requirements.txt index fbf6d1d3..089a1448 100644 --- a/coin/provisioning/common/shared/sbom_requirements.txt +++ b/coin/provisioning/common/shared/sbom_requirements.txt @@ -4,3 +4,4 @@ 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'