From 5025c966c551764f29f479b003b5e30f34df4af6eb4870a029c6be7ab086cfbc Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 14 Jul 2022 02:23:14 +0000 Subject: [PATCH] - Remove BuildRequires on mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=51 --- python-html5lib.changes | 5 +++++ python-html5lib.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-html5lib.changes b/python-html5lib.changes index efb6ae1..94fed68 100644 --- a/python-html5lib.changes +++ b/python-html5lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 14 02:22:46 UTC 2022 - Steve Kowalik + +- Remove BuildRequires on mock. + ------------------------------------------------------------------- Mon Mar 21 14:10:17 UTC 2022 - pgajdos@suse.com diff --git a/python-html5lib.spec b/python-html5lib.spec index ce9ee27..314529a 100644 --- a/python-html5lib.spec +++ b/python-html5lib.spec @@ -30,7 +30,6 @@ Patch0: pytest6.patch Patch1: python-html5lib-no-mock.patch BuildRequires: %{python_module Genshi} BuildRequires: %{python_module lxml} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module pytest-expect} BuildRequires: %{python_module setuptools >= 18.5}