cpython/Misc/Brewfile
Miss Islington (bot) c0e40601d7
[3.13] Remove 'expat' dependency for Linux in Misc/Brewfile (GH-150118) (#150254)
Co-authored-by: Brett Cannon <brett@python.org>
2026-05-22 14:28:10 +00:00

14 lines
275 B
Ruby

brew "gdbm"
brew "mpdecimal"
brew "openssl@3.0"
brew "pkg-config"
brew "tcl-tk@8"
brew "xz"
brew "zstd"
brew "bzip2" if OS.linux?
brew "libedit" if OS.linux?
brew "libffi" if OS.linux?
brew "ncurses" if OS.linux?
brew "unzip" if OS.linux?
brew "zlib-ng-compat" if OS.linux?