Temp 3.9 fix.

This commit is contained in:
Gwyn Ciesla 2020-04-08 15:46:24 -05:00
parent 2c8ce4829b
commit 19ed6ef8f9

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.15.38
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Low-level, data-driven core of boto 3
License: ASL 2.0
@ -31,6 +31,9 @@ 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
@ -44,6 +47,9 @@ rm -vr tests/integration
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog
* Wed Apr 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.38-2
- Python 3.9 fix
* Wed Apr 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.38-1
- 1.15.38