diff --git a/python-fasteners.spec b/python-fasteners.spec index 710afb869e288cc3d0ff49e049096f8352092b16..f52137b2d1691eeb1bd0f86b273e8253ddb7190c 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 21 +Release: 22 Summary: A python package that provides useful locks License: ASL 2.0 @@ -27,10 +27,6 @@ Summary: A python package that provides useful locks BuildRequires: python3-six BuildRequires: python3-devel -# tests -BuildRequires: python3-testtools -BuildRequires: python3-nose -Requires: python3-six %description -n python3-%{pypi_name} A python package that provides useful locks. @@ -48,7 +44,8 @@ A python package that provides useful locks. %py3_install %check -nosetests-%{python3_version} +# Test require nose library which has been removed from openEuler +#nosetests-%{python3_version} %files -n python3-%{pypi_name} %doc README.rst @@ -58,6 +55,9 @@ nosetests-%{python3_version} %changelog +* Fri Feb 11 2022 wangxiyuan - 0.14.1-22 +- remove test related part + * Mon Dec 28 2020 wangxiao - 0.14.1-21 - remove redundant %{?dist}