17
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 a60e646fcd
commit d108490055
2 changed files with 8 additions and 2 deletions

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