Add python3-* BR's
This commit is contained in:
parent
7a9dd202ba
commit
060389ff9b
@ -30,6 +30,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-coverage
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
@ -64,6 +66,7 @@ Documentation for Nose
|
|||||||
%package -n python3-%{upstream_name}
|
%package -n python3-%{upstream_name}
|
||||||
Summary: Discovery-based unittest extension for Python3
|
Summary: Discovery-based unittest extension for Python3
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
Requires: python3-setuptools
|
||||||
|
|
||||||
%description -n python3-%{upstream_name}
|
%description -n python3-%{upstream_name}
|
||||||
nose extends the test loading and running features of unittest, making
|
nose extends the test loading and running features of unittest, making
|
||||||
|
Loading…
Reference in New Issue
Block a user