From 3d6e65c9e857241eb4da763775b2a151f4aba178121a75c50e9d6092b6fa5346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Jun 2019 13:14:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-htmlhelp?expand=0&rev=3 --- python-sphinxcontrib-htmlhelp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 5dbb02c..775a9f8 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -41,6 +41,7 @@ Requires: python-Sphinx BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module html5lib} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}} %endif @@ -51,6 +52,7 @@ Html help generating extension. %prep %setup -q -n sphinxcontrib-htmlhelp-%{version} +rm -r tests/__pycache__ %build %python_build