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
121121untar pillow-depends-main.zip
122122
123123if [[ -n " $IS_MACOS " ]]; then
124+ # libdeflate may cause a minimum target error when repairing the wheel
124125 # libtiff and libxcb cause a conflict with building libtiff and libxcb
125126 # libxau and libxdmcp cause an issue on macOS < 11
126127 # remove cairo to fix building harfbuzz on arm64
@@ -132,7 +133,7 @@ if [[ -n "$IS_MACOS" ]]; then
132133 if [[ " $CIBW_ARCHS " == " arm64" ]]; then
133134 brew remove --ignore-dependencies jpeg-turbo
134135 else
135- brew remove --ignore-dependencies webp
136+ brew remove --ignore-dependencies libdeflate webp
136137 fi
137138
138139 brew install pkg-config
You can’t perform that action at this time.
0 commit comments