From e01c181fad7e584e0ca299d8d4153a6ca888d0b24806b1a5d1e70b40ab26c542 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Sat, 10 Mar 2012 17:49:54 +0000 Subject: [PATCH] - Require rabbitmq-server, suggest mongodb or couchdb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=29 --- python-kombu.changes | 5 +++++ python-kombu.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-kombu.changes b/python-kombu.changes index 6d7200d..f3bfc6a 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 10 17:49:39 UTC 2012 - saschpe@gmx.de + +- Require rabbitmq-server, suggest mongodb or couchdb + ------------------------------------------------------------------- Sat Mar 10 17:00:40 UTC 2012 - saschpe@gmx.de diff --git a/python-kombu.spec b/python-kombu.spec index 4b08f58..6b30296 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -32,6 +32,9 @@ BuildRequires: python-mock BuildRequires: python-nose-cover3 Requires: python-amqplib Requires: python-anyjson +Requires: rabbitmq-server +Suggests: couchdb +Suggests: mongodb BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}