Temp 3.9 fix.
This commit is contained in:
parent
2c8ce4829b
commit
19ed6ef8f9
@ -3,7 +3,7 @@
|
|||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
# NOTICE - Updating this package requires updating python-boto3
|
# NOTICE - Updating this package requires updating python-boto3
|
||||||
Version: 1.15.38
|
Version: 1.15.38
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -31,6 +31,9 @@ rm -vr %{pypi_name}.egg-info
|
|||||||
# Remove online tests
|
# Remove online tests
|
||||||
rm -vr tests/integration
|
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
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
@ -44,6 +47,9 @@ rm -vr tests/integration
|
|||||||
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.15.38-1
|
||||||
- 1.15.38
|
- 1.15.38
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user