diff --git a/python-boto.spec b/python-boto.spec index 1dbbd07..e3a6582 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -2,7 +2,7 @@ Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto Version: 2.49.0 -Release: 4%{?dist} +Release: 5 License: MIT URL: https://github.com/boto/boto Source0: https://pypi.io/packages/source/b/boto/boto-%{version}.tar.gz @@ -50,9 +50,6 @@ Patch10: boto-2.45.0-modifysubnetattribute.patch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six -BuildRequires: python3-httpretty -BuildRequires: python3-mock -BuildRequires: python3-nose BuildRequires: python3-requests BuildArch: noarch @@ -111,6 +108,9 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/* %changelog +* Wed Feb 09 2022 huangtianhua - 2.49.0-5 +- Remove test requirements + * Thu Oct 03 2019 Miro HronĨok - 2.49.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018)