summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-02-02 23:30:52 (GMT)
committerGitHub <noreply@github.com>2024-02-02 23:30:52 (GMT)
commitf35c7c070ca6b49c5d6a97be34e6c02f828f5873 (patch)
tree2f5edf389e9ed3a82fa29c6560b4a36c5178959b /Misc/NEWS.d/next/Build
parent1183f1e6bfba06ae6c8ea362f96e977bc288e627 (diff)
downloadcpython-f35c7c070ca6b49c5d6a97be34e6c02f828f5873.zip
cpython-f35c7c070ca6b49c5d6a97be34e6c02f828f5873.tar.gz
cpython-f35c7c070ca6b49c5d6a97be34e6c02f828f5873.tar.bz2
gh-114875: Require getgrent for building the grp extension module (#114876)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2024-02-01-20-08-11.gh-issue-114875.x_2iZ9.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-02-01-20-08-11.gh-issue-114875.x_2iZ9.rst b/Misc/NEWS.d/next/Build/2024-02-01-20-08-11.gh-issue-114875.x_2iZ9.rst
new file mode 100644
index 0000000..20e9d63
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2024-02-01-20-08-11.gh-issue-114875.x_2iZ9.rst
@@ -0,0 +1 @@
+Add :c:func:`!getgrent` as a prerequisite for building the :mod:`grp` module.