Skip to content

Commit 4977ba7

Browse files
committed
fix macOS build - conflicting 2to3 symlinks
1 parent 379b7a1 commit 4977ba7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prebuild/macOS/preinstall.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ rm -f /usr/local/bin/pydoc3 || :
88
rm -f /usr/local/bin/python3 || :
99
rm -f /usr/local/bin/python3-config || :
1010

11-
brew install --force pkg-config cairo pango librsvg giflib
11+
# Overwrite is required to avoid conflicts between dependencies of these packages
12+
# (namely, 2to3)
13+
brew install --force --overwrite pkg-config cairo pango librsvg giflib
1214

1315
pip3 install --user macpack

0 commit comments

Comments
 (0)