14
0
forked from pool/python-retry

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
This commit is contained in:
2022-04-08 11:27:16 +00:00
committed by Git OBS Bridge
parent 3d95ada642
commit ee8711f934
2 changed files with 7 additions and 2 deletions

View File

@@ -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 <dmueller@suse.com>

View File

@@ -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}