From bab567f787e5ec9c1bb278a7e67657877254508e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 9 Apr 2020 15:39:42 +0200 Subject: [PATCH] Remove manual application of patch --- python-botocore.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index a5787b6..98b24cd 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -35,8 +35,6 @@ rm -vr %{pypi_name}.egg-info # Remove online tests rm -vr tests/integration -%patch0 -p1 - # Temporary fix for Python 3.9, fix coming in https://github.com/boto/botocore/issues/2002 find . -type f -name '*.py' | xargs sed -i s/cElementTree/ElementTree/g