diff --git a/python-nose2.spec b/python-nose2.spec index fe0c7b648643fd553c821a80a488f71461f80dd4..977519cf101dd9ffc771104a7839c612e42a1757 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.9.2 -Release: 3 +Release: 2 Summary: Next generation of nicer testing for Python License: BSD @@ -17,6 +17,7 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-mock +BuildRequires: python%{python3_pkgversion}-cov-core %description nose2 is the next generation of nicer testing for Python, based on the plugins @@ -75,9 +76,6 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v %{_bindir}/nose2 %changelog -* Thu Feb 22 2024 weihaohao - 0.9.2-3 -- delete the require on python3-cov-core - * Mon Oct 24 2022 zhangruifang - 0.9.2-2 - delete the require on coverage