From 00a87ea1c478f386e95ce3425b0dc5108336dcc18eba4a7b7f4f7c8db61c3a7f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 19 Apr 2022 05:36:05 +0000 Subject: [PATCH] - Remove unneeded BuildRequires of mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=132 --- python-urllib3.changes | 5 +++++ python-urllib3.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}