Accepting request 791925 from home:glaubitz:branches:devel:languages:python:aws
- Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500 + Add python-scandir to BuildRequires for suse_version < 1500 OBS-URL: https://build.opensuse.org/request/show/791925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=19
This commit is contained in:
parent
f123e7182b
commit
32df39f11e
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user