Remove manual application of patch

This commit is contained in:
Charalampos Stratakis 2020-04-09 15:39:42 +02:00
parent bc2f190812
commit bab567f787

View File

@ -35,8 +35,6 @@ rm -vr %{pypi_name}.egg-info
# Remove online tests # Remove online tests
rm -vr tests/integration rm -vr tests/integration
%patch0 -p1
# Temporary fix for Python 3.9, fix coming in https://github.com/boto/botocore/issues/2002 # 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 find . -type f -name '*.py' | xargs sed -i s/cElementTree/ElementTree/g