diff --git a/python-retry.changes b/python-retry.changes index 25e6a6d..98b2ff6 100644 --- a/python-retry.changes +++ b/python-retry.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 8 07:59:30 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Mon Jan 25 08:05:10 UTC 2021 - Dirk Müller diff --git a/python-retry.spec b/python-retry.spec index 0118941..1ce367d 100644 --- a/python-retry.spec +++ b/python-retry.spec @@ -1,7 +1,7 @@ # # spec file for package python-retry # -# 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 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-retry Version: 0.9.2 Release: 0 @@ -30,7 +31,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module decorator >= 3.4.2} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module py >= 1.4.26} BuildRequires: %{python_module pytest}