mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
wasm: Install dependencies of qtwasmserver for python 3.11
We provide qtwasmserver.py when running the selenium tests, but the dependencies of it must be installed. Change-Id: Ib12ff04ec6bed28e44b7b2517339669fde9f256a Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
This commit is contained in:
@@ -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
|
||||
python3.11 -m pip install selenium netifaces scache brotli httpcompressionserver
|
||||
python3.11 -m pip install -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
|
||||
|
||||
SetEnvVar "PYTHON3_EXECUTABLE" "/usr/bin/python3.11"
|
||||
|
||||
Reference in New Issue
Block a user