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}