- Add redis version for BuildRequires. The tests fail with a

lower version so detect that early

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=139
This commit is contained in:
Thomas Bechtold 2019-04-23 11:22:08 +00:00 committed by Git OBS Bridge
parent 75fed9cb44
commit 73a73d53ca
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