mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Make provisioning script prefix style match across platforms
Currently we are using different styles and amount of digits for the provisioning script prefixes. This change will unify them across the platforms. Also removes a couple of duplicate files. Task-number: QTQAINFRA-1668 Change-Id: I039777e7616bccc29c6a4ac55db13326ae8dc87c Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
committed by
Tony Sarajärvi
parent
d6f7d6ed8b
commit
19f8a741f3
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
# provides: python development libraries
|
||||
# version: provided by default Linux distribution repository
|
||||
# needed to build pyside
|
||||
set -ex
|
||||
|
||||
sudo zypper -nq install python-devel python-virtualenv
|
||||
|
||||
# install python3
|
||||
sudo zypper -nq install python3 python3-pip python3-virtualenv
|
||||
@@ -1 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\python.ps1"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user