From 03aa45b86dd6337ff443f113646073747632bffac2c6ad9ef0de6586e6ed2121 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Jul 2015 06:38:45 +0000 Subject: [PATCH] Accepting request 318677 from home:seife:OpenStack:Master Fix non-SUSE build by conditionalizing Recommends: tags OBS-URL: https://build.opensuse.org/request/show/318677 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=12 --- python-html5lib.changes | 5 +++++ python-html5lib.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-html5lib.changes b/python-html5lib.changes index 7b1d2d5..ae81cab 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 24 20:28:37 UTC 2015 - seife+obs@b1-systems.com + +- Fix non-SUSE build by conditionalizing Recommends: tags + ------------------------------------------------------------------- Wed May 6 15:02:06 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-html5lib.spec b/python-html5lib.spec index f4fbc7b..b3c3085 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -31,8 +31,10 @@ BuildRequires: python-nose BuildRequires: python-setuptools BuildRequires: python-six Requires: python-six +%if 0%{?suse_version} Recommends: python-Genshi Recommends: python-lxml +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110