Dominique Leuenberger 2018-11-09 10:28:01 +00:00 committed by Git OBS Bridge
parent 399eb61194
commit ab452ef4bc

View File

@ -23,7 +23,7 @@ Release: 0
Summary: Python interface for AWS
License: Apache-2.0
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
Patch0: hide_py_pckgmgmt.patch
BuildRequires: %{python_module docutils >= 0.10}
@ -36,10 +36,6 @@ BuildRequires: %{python_module urllib3 < 1.25}
BuildRequires: %{python_module urllib3 >= 1.20}
BuildRequires: fdupes
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-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
@ -48,6 +44,10 @@ Requires: python-python-dateutil >= 2.1
Requires: python-requests
Requires: python-six
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
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}