From 8c347a17e93f4cf6e3a4df5a94efe3436bf43590 Mon Sep 17 00:00:00 2001 From: Emma Harper Smith Date: Sun, 27 Apr 2025 15:35:27 -0700 Subject: [PATCH] Install compression package contents --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 886bd7ae1c504d..8ec3173a8847b1 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 \