When converting a json SPDX document to a tag/value SPDX document, we need to make sure that the python dependencies are looked up. After they are looked up, either error out or silently return depending on whether the operation is required or not. By default when _qt_internal_sbom_generate_tag_value_spdx_document is called it is required to succeed and thus requires the python dependencies to be present. A caller can opt out using the OPTIONAL argument. Pick-to: 6.8 Task-number: QTBUG-122899 Change-Id: Iccb68f900f4892a816360843dd87f9e469104bf7 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 8b6b17ae87abcdb2120255b490ce6fe03b0e2e08) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%