Merge "Change python version to 3.5"

This commit is contained in:
Jenkins 2016-08-18 05:41:30 +00:00 committed by Gerrit Code Review
commit 33f6b43b80

View File

@ -370,7 +370,7 @@ function python3_enabled {
# Install python3 packages
function install_python3 {
if is_ubuntu; then
apt_get install python3.4 python3.4-dev
apt_get install python${PYTHON3_VERSION} python${PYTHON3_VERSION}-dev
fi
}