https://github.com/python/cpython/commit/632978f00549555f6e4391c0e24f599286471637
commit: 632978f00549555f6e4391c0e24f599286471637
branch: main
author: Emma Smith <e...@emmatyping.dev>
committer: freakboy3742 <russ...@keith-magee.com>
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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to