From 37ce22f3144629bc627ae2c66429e452955f820c Mon Sep 17 00:00:00 2001 From: JackWei Date: Fri, 23 Feb 2024 10:07:38 +0800 Subject: [PATCH] delete the require python3-cov-core --- python-nose2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-nose2.spec b/python-nose2.spec index 977519c..bda76a1 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.9.2 -Release: 2 +Release: 3 Summary: Next generation of nicer testing for Python License: BSD @@ -37,7 +37,6 @@ Summary: Next generation of nicer testing for Python %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-six >= 1.6 -Requires: python%{python3_pkgversion}-cov-core >= 1.12 Conflicts: python2-%{srcname} < 0.7.4-3 %description -n python%{python3_pkgversion}-%{srcname} @@ -76,6 +75,9 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v %{_bindir}/nose2 %changelog +* Fri Feb 23 2024 weihaohao - 0.9.2-3 +- delete the require python3-cov-core + * Mon Oct 24 2022 zhangruifang - 0.9.2-2 - delete the require on coverage -- Gitee