Accepting request 684724 from devel:languages:python:aws

- Do not use python_module in requires, it breaks up resolver

OBS-URL: https://build.opensuse.org/request/show/684724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2019-03-14 14:01:17 +00:00 committed by Git OBS Bridge
commit 948f6d1767
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 15:40:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not use python_module in requires, it breaks up resolver
-------------------------------------------------------------------
Tue Mar 5 21:34:00 UTC 2019 - Sean Marlow <sean.marlow@suse.com>

View File

@ -36,11 +36,11 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: %{python_module jmespath < 1.0.0}
Requires: %{python_module jmespath >= 0.7.1}
Requires: python-botocore < 1.13.0
Requires: python-botocore >= 1.12.96
Requires: python-jmespath < 1.0.0
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.3.0
Requires: python-s3transfer >= 0.1.10