mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-07 04:46:06 +08:00
Add python3 html5lib
Needed for qtwebengine in 6.3 Change-Id: I6dc941fabe4e28e3dce19db8f7812be034be8586 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user