[Bf-blender-cvs] [38b9300] master: install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs with OPM and 3.5.0).

Bastien Montagne noreply at git.blender.org
Wed Dec 9 14:35:07 CET 2015


Commit: 38b9300ae0013a0f332d8cb3cf29ff5ee247f10c
Author: Bastien Montagne
Date:   Wed Dec 9 14:33:41 2015 +0100
Branches: master
https://developer.blender.org/rB38b9300ae0013a0f332d8cb3cf29ff5ee247f10c

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

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 49ec93b..5011517 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -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




More information about the Bf-blender-cvs mailing list