SHA256
1
0
forked from pool/python-boto3

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
This commit is contained in:
Robert Schweikert 2022-03-17 11:20:05 +00:00 committed by Git OBS Bridge
parent 2448c9b40a
commit 2934ead9a3
2 changed files with 5 additions and 1 deletions

View File

@ -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 <adrian.glaubitz@suse.com> Wed Feb 16 10:29:04 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -28,7 +28,6 @@ Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
# Related test dependencies # Related test dependencies
BuildRequires: %{python_module botocore < 1.25.0} BuildRequires: %{python_module botocore < 1.25.0}
BuildRequires: %{python_module botocore >= 1.24.0} BuildRequires: %{python_module botocore >= 1.24.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 6.2.5} BuildRequires: %{python_module pytest >= 6.2.5}
BuildRequires: %{python_module s3transfer < 0.6.0} BuildRequires: %{python_module s3transfer < 0.6.0}
BuildRequires: %{python_module s3transfer >= 0.5.0} BuildRequires: %{python_module s3transfer >= 0.5.0}