From e6ef00b41ddd75326c4a1337aeebe14b8fa34bbb Mon Sep 17 00:00:00 2001 From: Vitor K Date: Wed, 30 Dec 2020 19:10:18 -0300 Subject: [PATCH] Update deps.sh (#5665) Try fixing macos build. 2to3 from 2.7 is not really used and is interfering with the installation of Python 3.9, on which one of ffmpeg's dependencies depends. --- .ci/macos/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/macos/deps.sh b/.ci/macos/deps.sh index 539d8a0e1..5c8bf92e1 100755 --- a/.ci/macos/deps.sh +++ b/.ci/macos/deps.sh @@ -2,5 +2,6 @@ brew update brew unlink python@2 || true +rm '/usr/local/bin/2to3' || true brew install qt5 sdl2 p7zip ccache ffmpeg llvm ninja pip3 install macpack