Remove 'expat' dependency for Linux in Misc/Brewfile (#150118)

This commit is contained in:
Brett Cannon 2026-05-22 07:21:16 -07:00 committed by GitHub
parent 55561b5f86
commit c7cab734ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,6 @@ brew "xz"
brew "zstd"
brew "bzip2" if OS.linux?
brew "expat" if OS.linux?
brew "libedit" if OS.linux?
brew "libffi" if OS.linux?
brew "ncurses" if OS.linux?