Change python version to 3.5
On Ubuntu Xenial there is no way to install python3.4 Use value specified in PYTHON3_VERSION Change-Id: Ibc69b1c8270bdd240c82cf2acfdfd0730ef0f182
This commit is contained in:
parent
e56318f9bc
commit
0a099763b0
@ -370,7 +370,7 @@ function python3_enabled {
|
|||||||
# Install python3 packages
|
# Install python3 packages
|
||||||
function install_python3 {
|
function install_python3 {
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
apt_get install python3.4 python3.4-dev
|
apt_get install python${PYTHON3_VERSION} python${PYTHON3_VERSION}-dev
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user