Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-12-09 16:33:41 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-09 16:34:21 +0300
commit38b9300ae0013a0f332d8cb3cf29ff5ee247f10c (patch)
treeb4a26e852c7b3bb269347abf23097ba7e9a70d08 /build_files/build_environment
parent4cba8d12b9c2ece7c54a063037f8a75352d53f14 (diff)
install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs with OPM and 3.5.0).
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 49ec93b33a4..5011517ed68 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