]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-132983: Install compression package contents (#133063)
authorEmma Smith <emma@emmatyping.dev>
Mon, 28 Apr 2025 06:44:20 +0000 (23:44 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 06:44:20 +0000 (14:44 +0800)
Include compression package contents as part of installs.

Makefile.pre.in

index 886bd7ae1c504d36ccc43c66b5cbe1e54906ef9c..8ec3173a8847b1512f9e85e9cd561ba89a633693 100644 (file)
@@ -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 \