diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-17 11:34:34 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-22 12:14:31 +0200 |
commit | 0428af3d2357ef70f00cdd731436558452ad43a5 (patch) | |
tree | c7711609f0da195ccd5997adc17cb9cdb354ca5f | |
parent | use_pyxml (diff) | |
download | cpython-0428af3d2357ef70f00cdd731436558452ad43a5.tar.gz cpython-0428af3d2357ef70f00cdd731436558452ad43a5.tar.bz2 cpython-0428af3d2357ef70f00cdd731436558452ad43a5.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: |