Accepting request 697114 from devel:languages:python

- Add redis version for BuildRequires. The tests fail with a
  lower version so detect that early

OBS-URL: https://build.opensuse.org/request/show/697114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=59
This commit is contained in:
Yuchen Lin 2019-04-26 20:42:18 +00:00 committed by Git OBS Bridge
commit 4eddf18fa5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 23 11:20:06 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Add redis version for BuildRequires. The tests fail with a
lower version so detect that early
-------------------------------------------------------------------
Fri Apr 5 08:57:55 UTC 2019 - pgajdos@suse.com

View File

@ -35,7 +35,7 @@ BuildRequires: %{python_module msgpack > 0.5.2}
BuildRequires: %{python_module pytest-sugar}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module redis}
BuildRequires: %{python_module redis >= 3.2.0}
BuildRequires: %{python_module setuptools >= 20.6.7}
BuildRequires: fdupes
BuildRequires: python-rpm-macros