diff --git a/python-html5lib.changes b/python-html5lib.changes
index a1b679d..e97d8b7 100644
--- a/python-html5lib.changes
+++ b/python-html5lib.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Aug 3 16:30:05 UTC 2015 - tbechtold@suse.com
+
+- Relax python-lxml BuildRequires and Requires. html5lib should
+ also work with older python-lxml modules.
+
-------------------------------------------------------------------
Mon Jul 27 19:04:15 UTC 2015 - aloisio@gmx.com
diff --git a/python-html5lib.spec b/python-html5lib.spec
index ec3b7ee..c87659e 100644
--- a/python-html5lib.spec
+++ b/python-html5lib.spec
@@ -26,14 +26,14 @@ Url: https://github.com/html5lib/html5lib-python
Source: http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
BuildRequires: python-Genshi >= 0.7
BuildRequires: python-devel
-BuildRequires: python-lxml >= 3.4.4
+BuildRequires: python-lxml
BuildRequires: python-nose >= 1.3.7
BuildRequires: python-setuptools >= 18.0.1
BuildRequires: python-six >= 1.9.0
Requires: python-six >= 1.9.0
%if 0%{?suse_version}
Recommends: python-Genshi >= 0.7
-Recommends: python-lxml >= 3.4.4
+Recommends: python-lxml
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build