https://github.com/python/cpython/commit/c0e40601d7f489ede44af0a26f679d7d6de79515
commit: c0e40601d7f489ede44af0a26f679d7d6de79515
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-22T14:28:10Z
summary:

[3.13] Remove 'expat' dependency for Linux in `Misc/Brewfile` (GH-150118) 
(#150254)

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]

Reply via email to