From 827a2e5129a4522e22f56005652f0a0e2f6ce4163a85e850f67b482d20decf8b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 16 May 2021 18:30:32 +0000 Subject: [PATCH] - Don't require pytest-runner, when we don't need it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=12 --- python-subprocrunner.changes | 5 +++++ python-subprocrunner.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-subprocrunner.changes b/python-subprocrunner.changes index 7a83b4b..49ba0c6 100644 --- a/python-subprocrunner.changes +++ b/python-subprocrunner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 16 18:30:07 UTC 2021 - Matej Cepl + +- Don't require pytest-runner, when we don't need it. + ------------------------------------------------------------------- Thu May 13 16:40:31 UTC 2021 - Martin Hauke diff --git a/python-subprocrunner.spec b/python-subprocrunner.spec index 7eaa7f1..ebf46e0 100644 --- a/python-subprocrunner.spec +++ b/python-subprocrunner.spec @@ -29,18 +29,18 @@ Source: https://files.pythonhosted.org/packages/source/s/subprocrunner/s BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -# SECTION test requirements -BuildRequires: %{python_module loguru >= 0.4.1} -BuildRequires: %{python_module mbstrdecoder >= 1.0.0} -BuildRequires: %{python_module pytest-runner} -BuildRequires: %{python_module six} -BuildRequires: %{python_module typepy} -# /SECTION Requires: python-loguru >= 0.4.1 Requires: python-mbstrdecoder >= 1.0.0 Requires: python-six Requires: python-typepy BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module loguru >= 0.4.1} +BuildRequires: %{python_module mbstrdecoder >= 1.0.0} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} +BuildRequires: %{python_module typepy} +# /SECTION %python_subpackages %description