diff --git a/python-urllib3.changes b/python-urllib3.changes index 99a0741..677bbdc 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 05:34:17 UTC 2022 - Steve Kowalik + +- Remove unneeded BuildRequires of mock. + ------------------------------------------------------------------- Tue Apr 5 19:54:39 UTC 2022 - Ben Greiner diff --git a/python-urllib3.spec b/python-urllib3.spec index bcae27c..788eb0c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -60,7 +60,6 @@ BuildRequires: %{python_module cryptography >= 1.3.4} BuildRequires: %{python_module dateutil} BuildRequires: %{python_module flaky} BuildRequires: %{python_module idna >= 2.0.0} -BuildRequires: %{python_module mock >= 1.3.0} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-freezegun} BuildRequires: %{python_module pytest-timeout}