diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-17 11:34:34 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-18 12:42:35 +0100 |
commit | 94de8848fcdd226ff3868ae073ff2751f4fcb5f7 (patch) | |
tree | 90a5b316595294de84250a0a813bee85400e307a | |
parent | use_pyxml (diff) | |
download | cpython-94de8848fcdd226ff3868ae073ff2751f4fcb5f7.tar.gz cpython-94de8848fcdd226ff3868ae073ff2751f4fcb5f7.tar.bz2 cpython-94de8848fcdd226ff3868ae073ff2751f4fcb5f7.zip |
Disable nis
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1407,7 +1407,7 @@ class PyBuildExt(build_ext): else: missing.append('resource') - nis = self._detect_nis(inc_dirs, lib_dirs) + nis = None if nis is not None: exts.append(nis) else: |