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