commit | 0a099763b022ce476f921c8a4bc2ea20ce5f67b4 | [log] [tgz] |
---|---|---|
author | Lubosz "diltram" Kosnik <diltram@gmail.com> | Wed Aug 03 10:21:41 2016 -0500 |
committer | Lubosz "diltram" Kosnik <diltram@gmail.com> | Wed Aug 03 10:21:41 2016 -0500 |
tree | 2ebf715f41fed72d8dfa6b68368888ae398247a1 | |
parent | e56318f9bc87b0ed0e1ce6fcd1216aebe3689fe8 [diff] [blame] |
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
diff --git a/inc/python b/inc/python index 9de2831..e4cfab8 100644 --- a/inc/python +++ b/inc/python
@@ -370,7 +370,7 @@ # 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 }