15
0
forked from pool/python-pecan

Accepting request 318687 from home:seife:OpenStack:Master

fix non-suse build by conditionalizing Suggests: tags

OBS-URL: https://build.opensuse.org/request/show/318687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=29
This commit is contained in:
2015-07-27 06:14:48 +00:00
committed by Git OBS Bridge
parent 6bd019492f
commit 3e89b1ee73
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 24 21:19:24 UTC 2015 - seife+obs@b1-systems.com
- fix non-suse build by conditionalizing Suggests: tags
-------------------------------------------------------------------
Mon Jun 22 15:08:36 UTC 2015 - tbechtold@suse.com
+2
View File
@@ -50,9 +50,11 @@ Requires: python-WebTest >= 1.3.1
Requires: python-logutils >= 0.3
Requires: python-singledispatch
Requires: python-six
%if 0%{?suse_version}
Suggests: python-Jinja2
Suggests: python-Genshi
Suggests: python-gunicorn
%endif
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()")}