From 52d1f5b83996c0086adb62b509bdf01b03424733 Mon Sep 17 00:00:00 2001 From: "Seth R. Johnson" Date: Tue, 4 Feb 2020 19:32:48 -0600 Subject: Remove python patch for inapplicable versions (#14746) This patch was merged in to upstream python 3.7 and is fixed in 3.7.6. --- var/spack/repos/builtin/packages/python/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/python/package.py b/var/spack/repos/builtin/packages/python/package.py index 55dfcc9021..f666d4dd4d 100644 --- a/var/spack/repos/builtin/packages/python/package.py +++ b/var/spack/repos/builtin/packages/python/package.py @@ -160,7 +160,7 @@ class Python(AutotoolsPackage): # Fixes build with the Intel compilers # https://github.com/python/cpython/pull/16717 - patch('intel-3.6.7.patch', when='@3.6.7:3.6.8,3.7.1: %intel') + patch('intel-3.6.7.patch', when='@3.6.7:3.6.8,3.7.1:3.7.5 %intel') # For more information refer to this bug report: # https://bugs.python.org/issue29712 -- cgit v1.2.3-70-g09d2