Remove python patch for inapplicable versions (#14746)

This patch was merged in to upstream python 3.7 and is fixed in 3.7.6.
This commit is contained in:
Seth R. Johnson 2020-02-04 19:32:48 -06:00 committed by GitHub
parent 1974ad4e7f
commit 52d1f5b839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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