1
0

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
This commit is contained in:
Todd R 2015-08-04 08:40:00 +00:00 committed by Git OBS Bridge
parent 8d4804df64
commit 4801440b15
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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