1
0

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
This commit is contained in:
Todd R 2017-04-07 16:07:46 +00:00 committed by Git OBS Bridge
parent ddfc3ba998
commit 05d53e6f37
2 changed files with 7 additions and 0 deletions

View File

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

View File

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