Remove test requirements

(cherry picked from commit 193af53629738c5b65c91288fe145a0a5e21a6cc)
This commit is contained in:
huangtianhua 2022-02-09 03:40:35 +00:00 committed by openeuler-sync-bot
parent fe051f2166
commit 535371e79c

View File

@ -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 <huangtianhua@huawei.com> - 2.49.0-5
- Remove test requirements
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.49.0-4
- Rebuilt for Python 3.8.0rc1 (#1748018)