14
0

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
This commit is contained in:
2021-12-18 23:11:32 +00:00
committed by Git OBS Bridge
parent c62493fb0e
commit bdfcdf064c
2 changed files with 5 additions and 1 deletions

View File

@@ -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 <dmueller@suse.com> Mon Jul 19 06:41:42 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -27,7 +27,6 @@ Group: Development/Languages/Python
URL: https://github.com/google/textfsm URL: https://github.com/google/textfsm
Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz
BuildRequires: %{python_module future} BuildRequires: %{python_module future}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}