mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
coin: Add python packages to allow validating Qt generated SBOM files
Add a sbom_requirements.txt file and install it using the various platform specific pip installations. Partially restoresb87b44168cbut without the wheel cache. Task-number: QTBUG-122899 Change-Id: I8002898866acbc226ffebb59dcf5b3a58237ea34 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit1f2fb6312c)
This commit is contained in:
@@ -26,6 +26,7 @@ echo "Configure pip"
|
||||
/Library/Frameworks/Python.framework/Versions/3.9/bin/pip config --user set global.extra-index-url https://pypi.org/simple/
|
||||
|
||||
/Library/Frameworks/Python.framework/Versions/3.9/bin/pip3 install virtualenv wheel html5lib
|
||||
/Library/Frameworks/Python.framework/Versions/3.9/bin/pip3 install -r ${BASH_SOURCE%/*}/../shared/sbom_requirements.txt
|
||||
|
||||
SetEnvVar "PYTHON3_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
|
||||
SetEnvVar "PIP3_PATH" "/Library/Frameworks/Python.framework/Versions/3.9/bin"
|
||||
|
||||
Reference in New Issue
Block a user