install_deps: Downgrade python-ztandard to 0.16.0.

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

Ref. T93161/D13922.
This commit is contained in:
Bastien Montagne 2022-01-27 16:13:59 +01:00
parent 6c483479b8
commit 99ffe1153a
Notes: blender-bot 2023-02-21 17:59:30 +01:00
Referenced by issue #93161, Libraries Changes for Blender 3.1
1 changed files with 1 additions and 1 deletions

View File

@ -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"