mirror of https://github.com/qt/qt5.git
Update python3 version on SLES-15
We update to the latest 3.7.x maintenance release for security/stability. Change-Id: Ic2c251ab8e0db2c5e622f685e54e5cdd715723fc Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
parent
5d431ecc97
commit
0d208f77ec
|
@ -50,8 +50,8 @@ $CMD_PKG_INSTALL python-devel
|
|||
# Selected installation instructions coming from:
|
||||
# https://raw.githubusercontent.com/linux-on-ibm-z/scripts/master/Python3/build_python3.sh
|
||||
export PACKAGE_NAME="python"
|
||||
export PACKAGE_VERSION="3.7.2"
|
||||
export PACKAGE_SHA=d83fe8ce51b1bb48bbcf0550fd265b9a75cdfdfa93f916f9e700aef8444bf1bb
|
||||
export PACKAGE_VERSION="3.7.6"
|
||||
export PACKAGE_SHA=55a2cce72049f0794e9a11a84862e9039af9183603b78bc60d89539f82cf533f
|
||||
(
|
||||
|
||||
$CMD_PKG_INSTALL ncurses zlib-devel libffi-devel libopenssl-devel
|
||||
|
|
Loading…
Reference in New Issue