https://github.com/python/cpython/commit/c7cab734eee43bb0ae3984407ee4db25b6af3f40
commit: c7cab734eee43bb0ae3984407ee4db25b6af3f40
branch: main
author: Brett Cannon <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-22T17:21:16+03:00
summary:

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

files:
M Misc/Brewfile

diff --git a/Misc/Brewfile b/Misc/Brewfile
index b62c6e943989a0..c799f099957f75 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