Skip to content

Commit 0a09976

Browse files
committed
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
1 parent e56318f commit 0a09976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function python3_enabled {
370370
# Install python3 packages
371371
function install_python3 {
372372
if is_ubuntu; then
373-
apt_get install python3.4 python3.4-dev
373+
apt_get install python${PYTHON3_VERSION} python${PYTHON3_VERSION}-dev
374374
fi
375375
}
376376

0 commit comments

Comments
 (0)