https://github.com/python/cpython/commit/2dd91d2b92a6c74d78cd3385ede328190cd8eaa9 commit: 2dd91d2b92a6c74d78cd3385ede328190cd8eaa9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-05-22T14:28:43Z summary:
[3.14] Remove 'expat' dependency for Linux in `Misc/Brewfile` (GH-150118) (#150253) Co-authored-by: Brett Cannon <[email protected]> files: M Misc/Brewfile diff --git a/Misc/Brewfile b/Misc/Brewfile index 2459da17c2cd735..37e3acde4a057a6 100644 --- a/Misc/Brewfile +++ b/Misc/Brewfile @@ -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? _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
