summaryrefslogtreecommitdiffstats
path: root/Modules/Setup
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 22:08:36 (GMT)
committerGitHub <noreply@github.com>2023-05-24 22:08:36 (GMT)
commit17e1fe0f9ba87eb170493daa0a4de207425195fd (patch)
treedb9e645358037bcec78ab5f92ff53a1cb49e691a /Modules/Setup
parentb1cb30ec8639e4e65f62e8f6cd44e979640431c8 (diff)
downloadcpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.zip
cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.gz
cpython-17e1fe0f9ba87eb170493daa0a4de207425195fd.tar.bz2
gh-104773: PEP 594: Remove the nis module (#104897)
Diffstat (limited to 'Modules/Setup')
-rw-r--r--Modules/Setup1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup b/Modules/Setup
index 79a5124..05d037b 100644
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -191,7 +191,6 @@ PYTHONPATH=$(COREPYTHONPATH)
# Modules with UNIX dependencies that require external libraries
#_crypt _cryptmodule.c -lcrypt
-#nis nismodule.c -I/usr/include/tirpc -lnsl -ltirpc
# Modules that require external libraries.