Merge "Python: Upgrade Python version from 3.4 to 3.6"
[vswitchperf.git] / systems / centos / build_base_machine.sh
index 95f9e21..0e1ed83 100755 (executable)
@@ -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