[python-zope-testing/f14/master] add missing build-time requirement on python-setuptools

dmalcolm dmalcolm at fedoraproject.org
Sat Jul 31 00:09:23 UTC 2010


commit b36fa8a0df789a4ac1362f6b3f76fa848783571e
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Jul 30 20:11:52 2010 -0400

    add missing build-time requirement on python-setuptools

 python-zope-testing.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-zope-testing.spec b/python-zope-testing.spec
index 561a527..2d0eac8 100644
--- a/python-zope-testing.spec
+++ b/python-zope-testing.spec
@@ -4,7 +4,7 @@
 
 Name:           python-zope-testing
 Version:        3.9.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Zope Testing Framework
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:       python-zope-filesystem
 Requires:       python-zope-exceptions
 Requires:       python-zope-interface
@@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 30 2010 David Malcolm <dmalcolm at redhat.com> - 3.9.5-4
+- add missing build-time requirement on python-setuptools
+
 * Fri Jul 30 2010 David Malcolm <dmalcolm at redhat.com> - 3.9.5-3
 - remove requirement on python-zope-exceptions for now (bug 619478)
 - add missing zope-testrunner executable to %%files


More information about the scm-commits mailing list