forked from pool/python-boto3
Accepting request 545136 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/545136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=8
This commit is contained in:
parent
dbf2fbbff7
commit
f98e24b846
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 24 10:30:12 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Require futures package only for python2 (boo#1069697)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 19:10:54 UTC 2017 - rjschwei@suse.com
|
Thu Sep 14 19:10:54 UTC 2017 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -26,13 +26,15 @@ License: Apache-2.0
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/boto3/boto3-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/boto3/boto3-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module futures}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-botocore < 1.8.0
|
Requires: python-botocore < 1.8.0
|
||||||
Requires: python-botocore >= 1.7.0
|
Requires: python-botocore >= 1.7.0
|
||||||
Requires: python-futures
|
%ifpython2
|
||||||
|
Requires: python2-futures
|
||||||
|
BuildRequires: python2-futures
|
||||||
|
%endif
|
||||||
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.2.0
|
Requires: python-s3transfer < 0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user