14
0

Accepting request 664987 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/664987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tenacity?expand=0&rev=7
This commit is contained in:
2019-01-15 08:17:13 +00:00
committed by Git OBS Bridge
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