install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs with OPM and 3.5.0).

This commit is contained in:
Bastien Montagne 2015-12-09 14:33:41 +01:00
parent 4cba8d12b9
commit 38b9300ae0
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ DO_SHOW_DEPS=false
SUDO="sudo"
PYTHON_VERSION="3.5.0"
PYTHON_VERSION="3.5.1"
PYTHON_VERSION_MIN="3.5"
PYTHON_FORCE_BUILD=false
PYTHON_FORCE_REBUILD=false