forked from pool/python-kombu
- Require rabbitmq-server, suggest mongodb or couchdb
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=29
This commit is contained in:
parent
8700ecce4a
commit
e01c181fad
@ -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
|
||||
|
||||
|
@ -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()")}
|
||||
|
Loading…
Reference in New Issue
Block a user