forked from pool/python-tenacity
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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user