From 66f0333152794a5622b23aab40626b398ba75ab925d71fb59d592c57ab09995c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 2 Aug 2022 03:13:27 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanfriendly?expand=0&rev=38 --- python-humanfriendly.changes | 5 +++++ python-humanfriendly.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-humanfriendly.changes b/python-humanfriendly.changes index 1b798e5..9f19fa6 100644 --- a/python-humanfriendly.changes +++ b/python-humanfriendly.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 2 03:12:41 UTC 2022 - Steve Kowalik + +- Remove unneeded BuildRequires on mock. + ------------------------------------------------------------------- Fri Jul 29 07:42:02 UTC 2022 - Steve Kowalik diff --git a/python-humanfriendly.spec b/python-humanfriendly.spec index a25f8b2..22f6274 100644 --- a/python-humanfriendly.spec +++ b/python-humanfriendly.spec @@ -48,7 +48,6 @@ BuildArch: noarch BuildRequires: %{python_module capturer >= 2.1} BuildRequires: %{python_module coloredlogs >= 2} BuildRequires: %{python_module docutils} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 3.0.7} BuildRequires: %{python_module pytest-cov >= 2.4.0} BuildRequires: %{pythons}