[python-nose] Require a new enough version of coverage to pass the unittests

Toshio くらとみ toshio at fedoraproject.org
Mon Jan 3 23:34:35 UTC 2011


commit bb81bb2105f316dee59adec8d1cbab86331d97db
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jan 3 15:34:03 2011 -0800

    Require a new enough version of coverage to pass the unittests

 python-nose.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-nose.spec b/python-nose.spec
index 27bea30..83d29f7 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -31,11 +31,11 @@ BuildRequires:  python2-devel
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
-BuildRequires: python3-coverage
+BuildRequires: python3-coverage >= 3.4-1
 %endif
 BuildRequires: python-setuptools
 BuildRequires: dos2unix
-BuildRequires:  python-coverage
+BuildRequires:  python-coverage >= 3.4-1
 Requires:       python-setuptools
 
 %description


More information about the scm-commits mailing list