aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-07-04 11:39:21 -0400
committerMichał Górny <mgorny@gentoo.org>2021-09-29 19:13:29 +0200
commit3a4af489b5099037710518d2e3ced17c12ccfe90 (patch)
tree730d96efdb38e6ced4e5c551213b8e34c4084ca0
parentImprove distutils C++ support (diff)
downloadcpython-3a4af489b5099037710518d2e3ced17c12ccfe90.tar.gz
cpython-3a4af489b5099037710518d2e3ced17c12ccfe90.tar.bz2
cpython-3a4af489b5099037710518d2e3ced17c12ccfe90.zip
Disable nis
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f65fd90fed0..7d19549da5d 100644
--- a/setup.py
+++ b/setup.py
@@ -1891,7 +1891,6 @@ class PyBuildExt(build_ext):
self.detect_dbm_gdbm()
self.detect_sqlite()
self.detect_platform_specific_exts()
- self.detect_nis()
self.detect_compress_exts()
self.detect_expat_elementtree()
self.detect_multibytecodecs()