diff --git a/python-nose2.spec b/python-nose2.spec index fe0c7b648643fd553c821a80a488f71461f80dd4..b460df22b87430f8b400d0a14ef1f7e0f2f73957 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.9.2 -Release: 3 +Release: 4 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 @@ -36,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} @@ -75,6 +75,9 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v %{_bindir}/nose2 %changelog +* Thu Feb 22 2024 weihaohao - 0.9.2-4 +- delete the require python3-cov-core + * Thu Feb 22 2024 weihaohao - 0.9.2-3 - delete the require on python3-cov-core