summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorserge-sans-paille <serge.guelton@telecom-bretagne.eu>2022-11-03 13:31:37 (GMT)
committerGitHub <noreply@github.com>2022-11-03 13:31:37 (GMT)
commit8c4de57de9842a5330e8b8f18b02bd6865ce59bb (patch)
tree2364c4c38affdc1e50f6d01e6d98ed00d7af3047 /Misc
parentcff1c20667f668f20be9377ba2bd8d1dc9d56bec (diff)
downloadcpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.zip
cpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.tar.gz
cpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.tar.bz2
gh-98948: Remove obsolete readelf dependency (#98949)
This got introduced in commit 5884449539510313c826d69835829c7957c7154a to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-11-02-10-56-40.gh-issue-98949.3SRD8C.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-11-02-10-56-40.gh-issue-98949.3SRD8C.rst b/Misc/NEWS.d/next/Build/2022-11-02-10-56-40.gh-issue-98949.3SRD8C.rst
new file mode 100644
index 0000000..fdbc72d
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-11-02-10-56-40.gh-issue-98949.3SRD8C.rst
@@ -0,0 +1 @@
+Drop unused build dependency on ``readelf``.