diff options
author | Christian Heimes <christian@python.org> | 2021-11-09 15:42:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 15:42:53 (GMT) |
commit | 5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc (patch) | |
tree | 6a4539f3ca532d6664d57857497994137bad2ba1 /Misc | |
parent | 185533639d6eddd42a28f9e3517067bd877e34c5 (diff) | |
download | cpython-5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc.zip cpython-5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc.tar.gz cpython-5b7c7cb104163a178e9d70cb3c80cbfa6af8fbfc.tar.bz2 |
bpo-45763: Detect compression build deps in configure (GH-29483)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-09-10-15-33.bpo-45763.gP-vrX.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-09-10-15-33.bpo-45763.gP-vrX.rst b/Misc/NEWS.d/next/Build/2021-11-09-10-15-33.bpo-45763.gP-vrX.rst new file mode 100644 index 0000000..1d09ae7 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-09-10-15-33.bpo-45763.gP-vrX.rst @@ -0,0 +1,2 @@ +The build dependencies for :mod:`zlib`, :mod:`bz2`, and :mod:`lzma` are now +detected by ``configure``. |