From b371269321387a8581714eed467e97f17a651e0b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 27 Aug 2020 08:14:24 -0500 Subject: [PATCH] 3.9 fix merge upstream. --- python-botocore.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 58b5258..3a7e5cc 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -35,9 +35,6 @@ rm -vr %{pypi_name}.egg-info # Remove online tests rm -vr tests/integration -# 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 - %build %py3_build