Skip to content

Commit 632978f

Browse files
authored
gh-132983: Install compression package contents (#133063)
Include compression package contents as part of installs.
1 parent 1b7470f commit 632978f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.pre.in

+2
Original file line numberDiff line numberDiff line change
@@ -2503,6 +2503,8 @@ maninstall: altmaninstall
25032503
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
25042504
LIBSUBDIRS= asyncio \
25052505
collections \
2506+
compression compression/bz2 compression/gzip \
2507+
compression/lzma compression/zlib compression/_common \
25062508
concurrent concurrent/futures \
25072509
csv \
25082510
ctypes ctypes/macholib \

0 commit comments

Comments
 (0)