[Bf-blender-cvs] [99ffe1153a6] master: install_deps: Downgrade python-ztandard to 0.16.0.

Bastien Montagne noreply at git.blender.org
Thu Jan 27 16:16:23 CET 2022


Commit: 99ffe1153a6c07f4012bcde40c46957dc681753c
Author: Bastien Montagne
Date:   Thu Jan 27 16:13:59 2022 +0100
Branches: master
https://developer.blender.org/rB99ffe1153a6c07f4012bcde40c46957dc681753c

install_deps: Downgrade python-ztandard to 0.16.0.

Higher version requires a new version of the ztandard library itself.

Ref. T93161/D13922.

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

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 5edc7250608..03a75468400 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -414,7 +414,7 @@ PYTHON_REQUESTS_VERSION_MIN="2.0"
 PYTHON_REQUESTS_VERSION_MEX="3.0"
 PYTHON_REQUESTS_NAME="requests"
 
-PYTHON_ZSTANDARD_VERSION="0.17.0"
+PYTHON_ZSTANDARD_VERSION="0.16.0"
 PYTHON_ZSTANDARD_VERSION_MIN="0.15.2"
 PYTHON_ZSTANDARD_VERSION_MEX="0.20.0"
 PYTHON_ZSTANDARD_NAME="zstandard"



More information about the Bf-blender-cvs mailing list