Accepting request 791991 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/791991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-04-10 21:52:37 +00:00 committed by Git OBS Bridge
commit 50f9543f6f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 7 07:46:02 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Fix build on SLE-12
+ Add python to BuildRequires for suse_version < 1500
+ Add python-scandir to BuildRequires for suse_version < 1500
-------------------------------------------------------------------
Fri Mar 13 12:52:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -34,6 +34,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if 0%{?suse_version} < 1500
BuildRequires: %{python_module scandir}
BuildRequires: python
%endif
%if %{with python2}
BuildRequires: python2-futures >= 2.2.0
%endif