Merge pull request #249 from nulano/patch-1

brew remove libxcb libxdmcp
This commit is contained in:
Hugo van Kemenade 2022-02-04 07:06:39 +02:00 committed by GitHub
commit fb5bd19ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# webp, zstd, xz, libtiff cause a conflict with building webp and libtiff
# webp, zstd, xz, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
# curl from brew requires zstd, use system curl
# if php is installed, brew tries to reinstall these after installing openblas
brew remove --ignore-dependencies webp zstd xz libtiff curl php
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php
fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then