Skip to content

Commit 096d09d

Browse files
author
Michal Klocek
committed
Add html5lib to python.3.11
RHEL 8 installs python3-html5lib, however this only affects installed pythnon 3.6, webengine should use 3.11 therefore add it to pip installer. The change for switching webengine to 3.11 is in so installing of python3-htmllib can be removed. Fixes: QTBUG-132584 Change-Id: Ia6f4262971f60b960a61a466f418750c0d956cbc Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit f8e873b) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
1 parent 5b0d2e8 commit 096d09d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coin/provisioning/qtci-linux-RHEL-8.10-x86_64/04-install-packages.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ installPackages+=(libXtst-devel)
8686
installPackages+=(libxshmfence-devel)
8787
installPackages+=(nspr-devel)
8888
installPackages+=(nss-devel)
89-
installPackages+=(python3-html5lib)
9089
installPackages+=(libatomic)
9190
installPackages+=(mesa-libgbm-devel-21.3.4-1.el8.x86_64)
9291
# For Android builds
@@ -167,7 +166,7 @@ sudo pip config --user set global.index https://ci-files01-hki.ci.qt.io/input/py
167166
sudo pip config --user set global.extra-index-url https://pypi.org/simple/
168167

169168
sudo pip3 install virtualenv wheel
170-
sudo python3.11 -m pip install virtualenv wheel
169+
sudo python3.11 -m pip install virtualenv wheel html5lib
171170
sudo python3.11 -m pip install -r "${BASH_SOURCE%/*}/../common/shared/sbom_requirements.txt"
172171
# For now we don't set QT_SBOM_PYTHON_APPS_PATH here, and rely on the build system to find the
173172
# system python3.11.

0 commit comments

Comments
 (0)