Accepting request 684649 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/684649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2019-03-13 15:42:25 +00:00 committed by Git OBS Bridge
commit 4af928721b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 10:00:40 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- Build require a more current msgpack version
-------------------------------------------------------------------
Fri Feb 15 09:54:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -31,7 +31,7 @@ BuildRequires: %{python_module Pyro4}
BuildRequires: %{python_module amqp >= 2.4.0}
BuildRequires: %{python_module boto3}
BuildRequires: %{python_module case >= 1.5.2}
BuildRequires: %{python_module msgpack-python > 0.2.0}
BuildRequires: %{python_module msgpack > 0.5.2}
BuildRequires: %{python_module pytest-sugar}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}