File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ curl -fsSL -o pillow-depends-main.zip https://github.com/python-pillow/pillow-de
121
121
untar pillow-depends-main.zip
122
122
123
123
if [[ -n " $IS_MACOS " ]]; then
124
+ # libdeflate may cause a minimum target error when repairing the wheel
124
125
# libtiff and libxcb cause a conflict with building libtiff and libxcb
125
126
# libxau and libxdmcp cause an issue on macOS < 11
126
127
# remove cairo to fix building harfbuzz on arm64
@@ -132,7 +133,7 @@ if [[ -n "$IS_MACOS" ]]; then
132
133
if [[ " $CIBW_ARCHS " == " arm64" ]]; then
133
134
brew remove --ignore-dependencies jpeg-turbo
134
135
else
135
- brew remove --ignore-dependencies webp
136
+ brew remove --ignore-dependencies libdeflate webp
136
137
fi
137
138
138
139
brew install pkg-config
You can’t perform that action at this time.
0 commit comments