From 05d53e6f3751056457cb99fac5c40621bcf3f5a1c6cb95a32c570fc45b9dff70 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 7 Apr 2017 16:07:46 +0000 Subject: [PATCH] Accepting request 486514 from home:TheBlackCat:branches:devel:languages:python - html5lib has a hard dependency on python-webencodings. It will fail at import time without it. OBS-URL: https://build.opensuse.org/request/show/486514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=23 --- python-html5lib.changes | 6 ++++++ python-html5lib.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-html5lib.changes b/python-html5lib.changes index b519572..64cad16 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 7 16:07:01 UTC 2017 - toddrme2178@gmail.com + +- html5lib has a hard dependency on python-webencodings. + It will fail at import time without it. + ------------------------------------------------------------------- Tue Apr 4 14:54:02 UTC 2017 - aloisio@gmx.com diff --git a/python-html5lib.spec b/python-html5lib.spec index 72abe05..4aced34 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -38,6 +38,7 @@ BuildRequires: %{python_module webencodings} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six +Requires: python-webencodings Recommends: python-Genshi Recommends: python-lxml BuildRoot: %{_tmppath}/%{name}-%{version}-build