From 2934ead9a3a9c5c990cfc8c19691bc5f9b2b8bcdd0a1beb7acedac483f5640a2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 17 Mar 2022 11:20:05 +0000 Subject: [PATCH] Accepting request 962339 from home:pgajdos:python - actually does not require python-mock for build OBS-URL: https://build.opensuse.org/request/show/962339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=108 --- python-boto3.changes | 5 +++++ python-boto3.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-boto3.changes b/python-boto3.changes index 6de539a..dbee0e8 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 13:41:29 UTC 2022 - pgajdos@suse.com + +- actually does not require python-mock for build + ------------------------------------------------------------------- Wed Feb 16 10:29:04 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index ef9ecf0..c64a67e 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -28,7 +28,6 @@ Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.25.0} BuildRequires: %{python_module botocore >= 1.24.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 6.2.5} BuildRequires: %{python_module s3transfer < 0.6.0} BuildRequires: %{python_module s3transfer >= 0.5.0}