From 4801440b15d10389ffc85df5f3379d90ca50c2b884867660166e24f32e9c0992 Mon Sep 17 00:00:00 2001
From: Todd R <toddrme2178@gmail.com>
Date: Tue, 4 Aug 2015 08:40:00 +0000
Subject: [PATCH] Accepting request 320262 from
 home:tbechtold:branches:devel:languages:python

- Relax python-lxml BuildRequires and Requires. html5lib should
  also work with older python-lxml modules.

OBS-URL: https://build.opensuse.org/request/show/320262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=16
---
 python-html5lib.changes | 6 ++++++
 python-html5lib.spec    | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

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