cpython/Misc/Brewfile
Miss Islington (bot) b79112fb34
[3.15] CI: Move Homebrew dependencies into Brewfile (GH-148335) (#149882)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
2026-05-22 14:44:08 +00:00

14 lines
275 B
Ruby

brew "gdbm"
brew "mpdecimal"
brew "openssl@3.5"
brew "pkg-config"
brew "tcl-tk@9"
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?