Add missing html5lib

Change-Id: I1f10e5772718222a006732c6bb11d793d2eb9624
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
(cherry picked from commit 74245b3b85)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Allan Sandfeld Jensen
2026-03-19 09:52:08 +01:00
committed by Qt Cherry-pick Bot
parent 6369bf40a7
commit 845bc18ba9

View File

@@ -13,7 +13,7 @@ sudo zypper -nq install python-devel python-xml
# install python3
sudo zypper -nq install python311-base python311-devel python311-pip python311-virtualenv python311-wheel
python3.11 -m pip install selenium netifaces scache brotli httpcompressionserver
python3.11 -m pip install selenium netifaces scache brotli httpcompressionserver html5lib
python3.11 -m pip install -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
SetEnvVar "PYTHON3_EXECUTABLE" "/usr/bin/python3.11"