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