mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
The 'reuse' tool installed into the Python 3.8 environment on Windows has a broken 'jinja2' package, due to conan being installed after the sbom tool, which replaces the jinja package. pip reports the issue but does not actually exit with a non-zero status for some reason, thus not blocking the initial provisioning. The jinja2 version installed in the Python 3.10 environment on Windows is compatible with both conan and reuse. To work around the issue, explicitly install the sbom tools only for Python 3.10 on Windows platforms, and specify the path to the Python interpreter in an environment variable for the build system to use. Amends1f2fb6312cTask-number: QTBUG-122899 Task-number: QTBUG-124453 Task-number: QTBUG-125211 Change-Id: I386da17a1902dd26af332cef3482dbcb2221a1b3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commite874a76a48) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
3.8 KiB
3.8 KiB