From 830da8518b2d982900e7f2d03753a19a49c08349 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 31 Oct 2019 13:44:34 +0100 Subject: [PATCH] Remove build dependency on python2-coverage Don't test coverage plugin on Python 2 --- python-nose.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-nose.spec b/python-nose.spec index 70a9985..470e277 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -22,7 +22,7 @@ output capture and more.\ Name: python-%{modname} Version: 1.3.7 -Release: 26%{?dist} +Release: 27%{?dist} BuildArch: noarch License: LGPLv2+ and Public Domain @@ -65,7 +65,6 @@ Documentation for Nose. Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python2-coverage >= 3.4-1 Requires: python2-setuptools %{?python_provide:%python_provide python2-%{modname}} @@ -173,6 +172,10 @@ popd %endif %changelog +* Thu Oct 31 2019 Petr Viktorin - 1.3.7-27 +- Remove build dependency on python2-coverage + Don't test coverage plugin on Python 2 + * Thu Oct 03 2019 Miro HronĨok - 1.3.7-26 - Rebuilt for Python 3.8.0rc1 (#1748018)