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}