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:
parent
292a72c756
commit
eeeb6e8809
@ -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
|
Tue Jan 21 13:48:22 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -45,9 +45,9 @@ Requires: python-ordereddict
|
|||||||
%endif
|
%endif
|
||||||
Requires: python-amqp >= 1.4.0
|
Requires: python-amqp >= 1.4.0
|
||||||
Requires: python-anyjson >= 0.3.3
|
Requires: python-anyjson >= 0.3.3
|
||||||
Recommends: couchdb
|
Suggests: couchdb
|
||||||
Recommends: mongodb
|
Suggests: mongodb
|
||||||
Recommends: rabbitmq-server
|
Suggests: rabbitmq-server
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user