summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-04-01 13:18:02 -0400
committerMike Gilbert <floppym@gentoo.org>2018-04-01 13:18:12 -0400
commitc380580255f99b84574ea57470ac217af9aaa35f (patch)
tree231f6df1d43d3d5793a711b5f00905203a79fa80 /dev-lang/python/files
parentdev-lang/python: bump to 3.5.5 (diff)
downloadgentoo-c380580255f99b84574ea57470ac217af9aaa35f.tar.gz
gentoo-c380580255f99b84574ea57470ac217af9aaa35f.tar.bz2
gentoo-c380580255f99b84574ea57470ac217af9aaa35f.zip
dev-lang/python: bump to 3.6.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r--dev-lang/python/files/3.6.5-disable-nis.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/python/files/3.6.5-disable-nis.patch b/dev-lang/python/files/3.6.5-disable-nis.patch
new file mode 100644
index 000000000000..3937c6fe795d
--- /dev/null
+++ b/dev-lang/python/files/3.6.5-disable-nis.patch
@@ -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: