SHA256
1
0
forked from pool/python-kombu

- Demote recommends back to suggests, it is really sufficent to document

the possible backend options. But we want to avoid they're installed
  accidentally.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=94
This commit is contained in:
Sascha Peilicke 2014-02-19 15:20:25 +00:00 committed by Git OBS Bridge
parent 292a72c756
commit eeeb6e8809
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 19 15:18:32 UTC 2014 - speilicke@suse.com
- Demote recommends back to suggests, it is really sufficent to document
the possible backend options. But we want to avoid they're installed
accidentally.
-------------------------------------------------------------------
Tue Jan 21 13:48:22 UTC 2014 - dmueller@suse.com

View File

@ -45,9 +45,9 @@ Requires: python-ordereddict
%endif
Requires: python-amqp >= 1.4.0
Requires: python-anyjson >= 0.3.3
Recommends: couchdb
Recommends: mongodb
Recommends: rabbitmq-server
Suggests: couchdb
Suggests: mongodb
Suggests: rabbitmq-server
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()")}