From 632978f00549555f6e4391c0e24f599286471637 Mon Sep 17 00:00:00 2001 From: Emma Smith Date: Sun, 27 Apr 2025 23:44:20 -0700 Subject: gh-132983: Install compression package contents (#133063) Include compression package contents as part of installs. --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 886bd7a..8ec3173 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2503,6 +2503,8 @@ maninstall: altmaninstall XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= asyncio \ collections \ + compression compression/bz2 compression/gzip \ + compression/lzma compression/zlib compression/_common \ concurrent concurrent/futures \ csv \ ctypes ctypes/macholib \ -- cgit v0.12