From be594b4879e1535f4cbac6fdedfadabf5d9491c8354c6c36d08bacd833341c1a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 3 Nov 2021 07:49:11 +0000 Subject: [PATCH] - Remove unneeded Build-Requires on pytest-runner. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrecord?expand=0&rev=5 --- python-tinyrecord.changes | 5 +++++ python-tinyrecord.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tinyrecord.changes b/python-tinyrecord.changes index a8fb286..37eebb7 100644 --- a/python-tinyrecord.changes +++ b/python-tinyrecord.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 3 07:48:26 UTC 2021 - Steve Kowalik + +- Remove unneeded Build-Requires on pytest-runner. + ------------------------------------------------------------------- Thu Oct 15 07:03:24 UTC 2020 - Dirk Mueller diff --git a/python-tinyrecord.spec b/python-tinyrecord.spec index 62fc5c5..4e5c53b 100644 --- a/python-tinyrecord.spec +++ b/python-tinyrecord.spec @@ -1,7 +1,7 @@ # # spec file for package python-tinyrecord # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,6 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/eugene-eeo/tinyrecord Source: https://github.com/eugene-eeo/tinyrecord/archive/v%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tinydb}