From ee8711f9341dfb926230a67d3ff917cee0aff628dcb025e73deb9a668489b61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 8 Apr 2022 11:27:16 +0000 Subject: [PATCH] Accepting request 967710 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/967710 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retry?expand=0&rev=5 --- python-retry.changes | 5 +++++ python-retry.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}