Accepting request 318681 from home:seife:OpenStack:Master
fix non-SUSE build by conditionalizing Suggests: tag OBS-URL: https://build.opensuse.org/request/show/318681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=109
This commit is contained in:
parent
b912948fdb
commit
f04bceca61
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 24 20:07:39 UTC 2015 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- fix non-SUSE build by conditionalizing Suggests: tag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 09:39:00 UTC 2015 - benoit.monin@gmx.fr
|
Thu May 7 09:39:00 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -43,9 +43,11 @@ Requires: python-ordereddict
|
|||||||
%endif
|
%endif
|
||||||
Requires: python-amqp >= 1.4.6
|
Requires: python-amqp >= 1.4.6
|
||||||
Requires: python-anyjson >= 0.3.3
|
Requires: python-anyjson >= 0.3.3
|
||||||
|
%if 0%{?suse_version}
|
||||||
Suggests: couchdb
|
Suggests: couchdb
|
||||||
Suggests: mongodb
|
Suggests: mongodb
|
||||||
Suggests: rabbitmq-server
|
Suggests: rabbitmq-server
|
||||||
|
%endif
|
||||||
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…
Reference in New Issue
Block a user