From bdfcdf064ca84354bdd114c603c4302dedf67f3fc40be73d9fbc4dfd02ec3b89 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 18 Dec 2021 23:11:32 +0000 Subject: [PATCH] Accepting request 936350 from home:pgajdos:python - do not require pytest-runner for build, it is not needed OBS-URL: https://build.opensuse.org/request/show/936350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=19 --- python-textfsm.changes | 5 +++++ python-textfsm.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-textfsm.changes b/python-textfsm.changes index 39b3099..67a5701 100644 --- a/python-textfsm.changes +++ b/python-textfsm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 7 19:13:58 UTC 2021 - pgajdos@suse.com + +- do not require pytest-runner for build, it is not needed + ------------------------------------------------------------------- Mon Jul 19 06:41:42 UTC 2021 - Dirk Müller diff --git a/python-textfsm.spec b/python-textfsm.spec index 84af353..ec1c50d 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/google/textfsm Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz BuildRequires: %{python_module future} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six}