https://github.com/python/cpython/commit/632978f00549555f6e4391c0e24f599286471637
commit: 632978f00549555f6e4391c0e24f599286471637
branch: main
author: Emma Smith <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2025-04-28T14:44:20+08:00
summary:
gh-132983: Install compression package contents (#133063)
Include compression package contents as part of installs.
files:
M Makefile.pre.in
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 \
_______________________________________________
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]