install Tcl/Tk for PyPy on macOS

This commit is contained in:
nulano 2020-10-31 21:42:25 +00:00
parent b3f1056eaa
commit 2dc6e41167

View File

@ -1,5 +1,10 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ "$MB_PYTHON_VERSION" == "pypy3.6-7.3" ]]; then
# for https://foss.heptapod.net/pypy/pypy/-/issues/3229
# TODO remove when that is fixed
brew install tcl-tk
fi
# these cause a conflict with built webp and libtiff
brew remove --ignore-dependencies webp zstd xz libtiff
fi