From 7ab03605f930946168c2279a7c69514a622688c12848296bd9fef47adbdadda1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Mar 2022 11:10:19 +0000 Subject: [PATCH] Accepting request 962397 from home:pgajdos:python - python-mock is actually not required for build OBS-URL: https://build.opensuse.org/request/show/962397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=12 --- python-dateparser.changes | 5 +++++ python-dateparser.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-dateparser.changes b/python-dateparser.changes index 9432560..ebe14f8 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 17 09:59:26 UTC 2022 - pgajdos@suse.com + +- python-mock is actually not required for build + ------------------------------------------------------------------- Wed Apr 7 06:37:13 UTC 2021 - Steve Kowalik diff --git a/python-dateparser.spec b/python-dateparser.spec index b1d9e43..b5884aa 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-dateparser # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,6 @@ BuildRequires: %{python_module GitPython} BuildRequires: %{python_module convertdate} BuildRequires: %{python_module coverage} BuildRequires: %{python_module jdatetime} -BuildRequires: %{python_module mock} BuildRequires: %{python_module parameterized} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil}