Do not remove libxdmcp

This commit is contained in:
Andrew Murray 2022-02-04 11:32:55 +11:00
parent 249728197e
commit a1543bcdad

View File

@ -1,9 +1,9 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# webp, zstd, xz, libtiff, libxcb, libxdmcp cause a conflict with building webp, libtiff, libxcb
# 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 libxcb libxdmcp curl php
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php
fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then