mirror of https://github.com/qt/qt5.git
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:
parent
f084f4f5e0
commit
aa81fb2989
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue