summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-19 14:10:41 (GMT)
committerGitHub <noreply@github.com>2021-11-19 14:10:41 (GMT)
commit29e5874d5a9205c488f783356d0cf3f115399327 (patch)
treeffb3fd1a0fd62598c19eebc3886a49b5c342c415 /Misc/NEWS.d/next
parent036fead695a9a1e1082992d16ab46bca1cd61a25 (diff)
downloadcpython-29e5874d5a9205c488f783356d0cf3f115399327.zip
cpython-29e5874d5a9205c488f783356d0cf3f115399327.tar.gz
cpython-29e5874d5a9205c488f783356d0cf3f115399327.tar.bz2
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Build/2021-11-09-23-30-12.bpo-45774.Mwm3ZR.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-09-23-30-12.bpo-45774.Mwm3ZR.rst b/Misc/NEWS.d/next/Build/2021-11-09-23-30-12.bpo-45774.Mwm3ZR.rst
new file mode 100644
index 0000000..09095ab
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-11-09-23-30-12.bpo-45774.Mwm3ZR.rst
@@ -0,0 +1,2 @@
+The build dependencies for :mod:`sqlite3` are now detected by ``configure`` and
+``pkg-config``. Patch by Erlend E. Aasland.