From e76ce48c1e18a4ba8b230490a269e443a9fdaa5196b02da8ea564da1ee4ffbd7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Mar 2022 11:34:04 +0000 Subject: [PATCH] Accepting request 959847 from home:pgajdos:python - python-mock is actually not required OBS-URL: https://build.opensuse.org/request/show/959847 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=55 --- python-arrow.changes | 5 +++++ python-arrow.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-arrow.changes b/python-arrow.changes index 454c43d..c26b59f 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 7 10:52:28 UTC 2022 - pgajdos@suse.com + +- python-mock is actually not required + ------------------------------------------------------------------- Sat Jan 29 17:37:07 UTC 2022 - Arun Persaud diff --git a/python-arrow.spec b/python-arrow.spec index 0228433..04f71db 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -42,7 +42,6 @@ BuildRequires: %{python_module arrow == %{version}} BuildRequires: %{python_module chai} BuildRequires: %{python_module dateparser} BuildRequires: %{python_module dateutil >= 2.7.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz >= 2021.1}