Skip to content

Commit bdd0b86

Browse files
authored
Merge pull request #8502 from radarhere/libdeflate
2 parents 9a4b3e0 + a43e5bb commit bdd0b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ curl -fsSL -o pillow-depends-main.zip https://github.com/python-pillow/pillow-de
121121
untar pillow-depends-main.zip
122122

123123
if [[ -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

0 commit comments

Comments
 (0)