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" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
