mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-lang/python: bump to 3.6.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
This commit is contained in:
11
dev-lang/python/files/3.6.5-disable-nis.patch
Normal file
11
dev-lang/python/files/3.6.5-disable-nis.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1364,7 +1364,7 @@ class PyBuildExt(build_ext):
|
||||
else:
|
||||
missing.extend(['resource', 'termios'])
|
||||
|
||||
- nis = self._detect_nis(inc_dirs, lib_dirs)
|
||||
+ nis = None
|
||||
if nis is not None:
|
||||
exts.append(nis)
|
||||
else:
|
||||
Reference in New Issue
Block a user