rebase
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=22
This commit is contained in:
parent
399eb61194
commit
ab452ef4bc
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Python interface for AWS
|
Summary: Python interface for AWS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/boto/botocore
|
URL: https://github.com/boto/botocore
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
|
||||||
Patch0: hide_py_pckgmgmt.patch
|
Patch0: hide_py_pckgmgmt.patch
|
||||||
BuildRequires: %{python_module docutils >= 0.10}
|
BuildRequires: %{python_module docutils >= 0.10}
|
||||||
@ -36,10 +36,6 @@ BuildRequires: %{python_module urllib3 < 1.25}
|
|||||||
BuildRequires: %{python_module urllib3 >= 1.20}
|
BuildRequires: %{python_module urllib3 >= 1.20}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if 0%{?suse_version} <= 1315
|
|
||||||
# We need the ssl module, which is delivers by python and not python-base
|
|
||||||
BuildRequires: python
|
|
||||||
%endif
|
|
||||||
Requires: python-docutils >= 0.10
|
Requires: python-docutils >= 0.10
|
||||||
Requires: python-jmespath < 1.0.0
|
Requires: python-jmespath < 1.0.0
|
||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
@ -48,6 +44,10 @@ Requires: python-python-dateutil >= 2.1
|
|||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} <= 1315
|
||||||
|
# We need the ssl module, which is delivers by python and not python-base
|
||||||
|
BuildRequires: python
|
||||||
|
%endif
|
||||||
# SECTION Testing requirements
|
# SECTION Testing requirements
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
|
Loading…
Reference in New Issue
Block a user