summaryrefslogtreecommitdiffstats
path: root/systems/centos/build_base_machine.sh
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2019-09-17 07:45:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-09-17 07:45:57 +0000
commitb984a2f40bec349c802b631a69526590b34bd5de (patch)
tree15db7b7b05ba4b190622e0e8ab62695a1d4b71d2 /systems/centos/build_base_machine.sh
parentc98c9f6f3fd7706367e06f36f1e9cfd0c64c4c21 (diff)
parent57dce3c68fb63403be15e20f769ba7c38ba26537 (diff)
Merge "Python: Upgrade Python version from 3.4 to 3.6"
Diffstat (limited to 'systems/centos/build_base_machine.sh')
-rwxr-xr-xsystems/centos/build_base_machine.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/centos/build_base_machine.sh b/systems/centos/build_base_machine.sh
index 95f9e211..0e1ed830 100755
--- a/systems/centos/build_base_machine.sh
+++ b/systems/centos/build_base_machine.sh
@@ -76,8 +76,8 @@ sudo yum -y install centos-release-scl-rh
# install python34 packages and git-review tool
yum -y install $(echo "
-rh-python34
-rh-python34-python-tkinter
+rh-python36
+rh-python36-python-tkinter
git-review
" | grep -v ^#)
# prevent ovs vanilla from building from source due to kernel incompatibilities