From 535371e79cc06c642d140e8ee0f5136f86fd6af2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 9 Feb 2022 03:40:35 +0000 Subject: [PATCH] Remove test requirements (cherry picked from commit 193af53629738c5b65c91288fe145a0a5e21a6cc) --- python-boto.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)