Accepting request 223085 from devel:languages:python

- 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/request/show/223085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2014-02-20 05:22:15 +00:00 committed by Git OBS Bridge
commit a7f32237be
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()")}