14
0

Accepting request 664953 from home:jbrownell:branches:devel:languages:python

- Use "Requires:" instead of "Recommends:" on older build platforms

OBS-URL: https://build.opensuse.org/request/show/664953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=19
This commit is contained in:
2019-01-12 15:41:36 +00:00
committed by Git OBS Bridge
parent 11660ab693
commit df4b60844a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 23:06:29 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Use "Requires:" instead of "Recommends:" on older build platforms
-------------------------------------------------------------------
Tue Dec 4 12:55:05 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -40,7 +40,11 @@ BuildRequires: %{python_module tornado}
%endif
Requires: python-monotonic >= 0.6
Requires: python-six >= 1.9.0
%if 0%{?_no_weakdeps}
Requires: python-tornado
%else
Recommends: python-tornado
%endif
%ifpython2
Requires: python-futures >= 3.0
%endif