]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Remove 'expat' dependency for Linux in `Misc/Brewfile` (GH-150118) (#150253)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 May 2026 14:28:43 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Fri, 22 May 2026 14:28:43 +0000 (14:28 +0000)
Co-authored-by: Brett Cannon <brett@python.org>
Misc/Brewfile

index 2459da17c2cd735d2e5a6c6f3cefe66ada309376..37e3acde4a057a638f370f464f7a6732cad97ad6 100644 (file)
@@ -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?