Fix #124086: blake2 hasher is unavailable on macOS
The issue is caused by an external dependency to /opt/homebrew/opt/libb2/lib/libb2.1.dylib This change adds a test to catch the same issue in the future, and moves the arm64 libraries to a newer hash with fixed Python. Pull Request: https://projects.blender.org/blender/blender/pulls/124096
This commit is contained in:
committed by
Sergey Sharybin
parent
4d2fcc5716
commit
9460dfd4f3
Submodule lib/macos_arm64 updated: 9cc70eaa4f...ea2cae98e9
@@ -26,6 +26,9 @@ import urllib3
|
||||
import zlib
|
||||
import zstandard
|
||||
|
||||
# Dynamically loaded modules, to ensure they have satisfactory dependencies.
|
||||
import _blake2
|
||||
|
||||
# VFX platform modules.
|
||||
from pxr import Usd
|
||||
import MaterialX
|
||||
|
||||
Reference in New Issue
Block a user