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}