From 05ef3ad2db1d0533ec0dab10d4bc749793764dc7cbe3cddeb1620dbff5ad1ac6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 23 Mar 2022 06:23:43 +0000 Subject: [PATCH] - Remove mock BuildRequires, not needed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-services?expand=0&rev=13 --- python-pytest-services.changes | 5 +++++ python-pytest-services.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pytest-services.changes b/python-pytest-services.changes index 2a08e43..5b0b365 100644 --- a/python-pytest-services.changes +++ b/python-pytest-services.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 23 06:23:05 UTC 2022 - Steve Kowalik + +- Remove mock BuildRequires, not needed. + ------------------------------------------------------------------- Thu Nov 5 15:53:37 UTC 2020 - Marketa Machova diff --git a/python-pytest-services.spec b/python-pytest-services.spec index f783b16..c068583 100644 --- a/python-pytest-services.spec +++ b/python-pytest-services.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-services # -# Copyright (c) 2020 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 @@ -25,7 +25,6 @@ Summary: Services plugin for pytest testing framework License: MIT URL: https://github.com/pytest-dev/pytest-services Source: https://github.com/pytest-dev/pytest-services/archive/%{version}.tar.gz -BuildRequires: %{python_module mock} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pytest}