[python-tg-devtools/f19] Require nose and coverage so the quickstart unit tests work out of the box

Luke Macken lmacken at fedoraproject.org
Tue Apr 16 15:31:38 UTC 2013


commit 97d5a292faa902c1276860076102188fc230a983
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Apr 16 11:31:20 2013 -0400

    Require nose and coverage so the quickstart unit tests work out of the box

 python-tg-devtools.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/python-tg-devtools.spec b/python-tg-devtools.spec
index 9f3a9ac..d9413ff 100644
--- a/python-tg-devtools.spec
+++ b/python-tg-devtools.spec
@@ -1,6 +1,6 @@
 Name:           python-tg-devtools
 Version:        2.3.0
-Release:        0.2%{?dist}
+Release:        0.3%{?dist}
 Summary:        Development tools and templates for TurboGears2
 
 Group:          Development/Languages
@@ -10,7 +10,9 @@ Source0:        http://unstable.tg.gy/20130313/tg.devtools-%{version}.tar.gz
 
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-nose python-coverage
+BuildRequires:  python-setuptools
+BuildRequires:  python-nose
+BuildRequires:  python-coverage
 BuildRequires:  python-repoze-tm2
 BuildRequires:  python-turbokid >= 1.0.4
 BuildRequires:  python-turbojson >= 1.3
@@ -36,6 +38,8 @@ Requires:       python-gearbox
 Requires:       python-alembic
 Requires:       python-genshi
 Requires:       python-tw2-forms
+Requires:       python-nose
+Requires:       python-coverage
 
 
 %description
@@ -72,6 +76,9 @@ PYTHONPATH=$(pwd) nosetests
 
 
 %changelog
+* Tue Apr 16 2013 Luke Macken <lmacken at redhat.com> - 2.3.0-0.3
+- Require nose and coverage so the quickstart unit tests work out of the box
+
 * Mon Apr 15 2013 Luke Macken <lmacken at redhat.com> - 2.3.0-0.2
 - Require genshi, alembic, tw2-forms, tgext-admin >= 0.5.1,
   and webtest >= 1.2.3


More information about the scm-commits mailing list