diff --git a/python-aiohttp_cors.changes b/python-aiohttp_cors.changes index c6f6b8b..9f45cda 100644 --- a/python-aiohttp_cors.changes +++ b/python-aiohttp_cors.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 15 08:04:25 UTC 2021 - pgajdos@suse.com + +- pytest-runner is not required for build + ------------------------------------------------------------------- Tue Jun 2 18:57:09 UTC 2020 - Martin Hauke diff --git a/python-aiohttp_cors.spec b/python-aiohttp_cors.spec index 822b70f..be843cf 100644 --- a/python-aiohttp_cors.spec +++ b/python-aiohttp_cors.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp_cors # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -46,10 +46,10 @@ BuildRequires: %{python_module async_timeout >= 2.0.0} BuildRequires: %{python_module chardet} BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module multidict >= 3.3.0} -BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest-runner} -BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest-timeout} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest} BuildRequires: %{python_module yarl >= 0.13.0} # /SECTION