|
|
|
@ -30,6 +30,8 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-coverage
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
@ -64,6 +66,7 @@ Documentation for Nose
|
|
|
|
|
%package -n python3-%{upstream_name}
|
|
|
|
|
Summary: Discovery-based unittest extension for Python3
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
Requires: python3-setuptools
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{upstream_name}
|
|
|
|
|
nose extends the test loading and running features of unittest, making
|
|
|
|
|