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 <bastien@blender.org>2022-01-27 18:13:59 +0300
committerBastien Montagne <bastien@blender.org>2022-01-27 18:16:14 +0300
commit99ffe1153a6c07f4012bcde40c46957dc681753c (patch)
treefa2424858fbe7e37b4110c76b5e91861656f8e0c /build_files
parent6c483479b82fc4795f71e0edfcb691b2e7074b29 (diff)
install_deps: Downgrade python-ztandard to 0.16.0.
Higher version requires a new version of the ztandard library itself. Ref. T93161/D13922.
Diffstat (limited to 'build_files')
-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 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"