Add python3-* BR's

This commit is contained in:
Toshio Kuratomi 2010-12-27 10:02:06 -08:00
parent 7a9dd202ba
commit 060389ff9b

View File

@ -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