From 73a73d53ca181e29677720e483110a9b2a502aa8c525cbcbd936b0e9a718a008 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 23 Apr 2019 11:22:08 +0000 Subject: [PATCH] - 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 --- python-kombu.changes | 6 ++++++ python-kombu.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-kombu.changes b/python-kombu.changes index 25f4663..fec3d4e 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 23 11:20:06 UTC 2019 - Thomas Bechtold + +- 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 diff --git a/python-kombu.spec b/python-kombu.spec index ea84d22..65b33f0 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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