Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 654836 | Differences between
and this patch

Collapse All | Expand All

(-)a/setup.py (-5 / +1 lines)
Lines 1361-1371 class PyBuildExt(build_ext): Link Here
1361
            else:
1361
            else:
1362
                missing.append('resource')
1362
                missing.append('resource')
1363
1363
1364
            nis = self._detect_nis(inc_dirs, lib_dirs)
1364
            missing.append('nis')
1365
            if nis is not None:
1366
                exts.append(nis)
1367
            else:
1368
                missing.append('nis')
1369
1365
1370
        # Curses support, requiring the System V version of curses, often
1366
        # Curses support, requiring the System V version of curses, often
1371
        # provided by the ncurses library.
1367
        # provided by the ncurses library.

Return to bug 654836