commit | 33f6b43b8081d9f73020a0703c4a6cb13d640673 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Aug 18 05:41:30 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Aug 18 05:41:30 2016 +0000 |
tree | d94a993405a254ac90d835ca69c67f80a5a90d11 | |
parent | 5bc5a31369aabc0bf642a74de9cca72912b16380 [diff] | |
parent | 0a099763b022ce476f921c8a4bc2ea20ce5f67b4 [diff] |
Merge "Change python version to 3.5"
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 }