From 92c976f88835eba8aec024f94a30e2a4d3ee859cfa785b8f95c2c5dd846fd4d0 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 16 Sep 2013 14:33:43 +0000 Subject: [PATCH] - (Build)Require amqp >= 1.0.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=89 --- python-kombu.changes | 5 +++++ python-kombu.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-kombu.changes b/python-kombu.changes index c288772..6a5baad 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 16 14:32:40 UTC 2013 - speilicke@suse.com + +- (Build)Require amqp >= 1.0.13 + ------------------------------------------------------------------- Tue Sep 3 08:08:47 UTC 2013 - dmueller@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index 864d191..30d2a59 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools # Test requirements: BuildRequires: python-PyYAML -BuildRequires: python-amqp +BuildRequires: python-amqp >= 1.0.13 BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-boto @@ -43,7 +43,7 @@ BuildRequires: python-ordereddict Requires: python-importlib Requires: python-ordereddict %endif -Requires: python-amqp >= 1.0.12 +Requires: python-amqp >= 1.0.13 Requires: python-anyjson >= 0.3.3 Recommends: couchdb Recommends: mongodb