!7 [sync] PR-5: 【轻量级 PR】:Remove test requirements

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-01 08:18:25 +00:00 committed by Gitee
commit 0d82a3a9e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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)