winbuild.sh script: additional packages
This commit is contained in:
parent
4ac97393c2
commit
b5e93edae1
|
@ -72,6 +72,8 @@ function install_python(){
|
||||||
wine python -m pip install pytools==2020.2
|
wine python -m pip install pytools==2020.2
|
||||||
echo "Upgrading pip"
|
echo "Upgrading pip"
|
||||||
wine python -m pip install --upgrade pip
|
wine python -m pip install --upgrade pip
|
||||||
|
# install pypiwin32 for win32com
|
||||||
|
wine python -m pip install pypiwin32
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_pyqt(){
|
function install_pyqt(){
|
||||||
|
@ -82,6 +84,8 @@ function install_pyqt(){
|
||||||
echo "Installing PyQt-${PYQT_VERSION} 32b"
|
echo "Installing PyQt-${PYQT_VERSION} 32b"
|
||||||
wine PyQt${PYQT_VERSION}-x32.exe /S /WX
|
wine PyQt${PYQT_VERSION}-x32.exe /S /WX
|
||||||
fi
|
fi
|
||||||
|
# and qtpy
|
||||||
|
wine python -m pip install qtpy
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_openssl(){
|
function install_openssl(){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user