aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/python3.ps1
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-11 16:44:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-20 11:13:09 +0100
commit83b4afd584b6c5b7267d8a288ef43f55fc12f5eb (patch)
tree55b3f8264b619e76e2403fa1fb23a573106234e5 /coin/provisioning/common/windows/python3.ps1
parent806685f6f7dc8643140dc65599578befbb8bbd91 (diff)
Add python3 html5lib
Needed for qtwebengine in 6.3 Change-Id: I6dc941fabe4e28e3dce19db8f7812be034be8586 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin/provisioning/common/windows/python3.ps1')
-rw-r--r--coin/provisioning/common/windows/python3.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/common/windows/python3.ps1 b/coin/provisioning/common/windows/python3.ps1
index 874f2f06..5268e42c 100644
--- a/coin/provisioning/common/windows/python3.ps1
+++ b/coin/provisioning/common/windows/python3.ps1
@@ -90,7 +90,7 @@ if (IsProxyEnabled) {
Write-Host "Upgrade pip3 to the latest version available."
Run-Executable "$install_path\python.exe" "-m pip install --upgrade pip"
-Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install virtualenv wheel"
+Run-Executable "$install_path\Scripts\pip3.exe" "$pip_args install virtualenv wheel html5lib"
# Install all needed packages in a special wheel cache directory
$python3_wheel_dir="$install_path\python3-wheels"