From 060389ff9b0aa62d9eb688de09b0ff670751faad Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 27 Dec 2010 10:02:06 -0800 Subject: [PATCH] Add python3-* BR's --- python-nose.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-nose.spec b/python-nose.spec index f3a713f..27bea30 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -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