add missing build-time requirement on python-setuptools

epel8
David Malcolm 15 years ago
parent c013250c81
commit e3d9e64431

@ -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@redhat.com> - 3.9.5-4
- add missing build-time requirement on python-setuptools
* Fri Jul 30 2010 David Malcolm <dmalcolm@redhat.com> - 3.9.5-3
- remove requirement on python-zope-exceptions for now (bug 619478)
- add missing zope-testrunner executable to %%files

Loading…
Cancel
Save