Add python-setuptools-devel to the BuildRequires, so we generate egg-info

epel8
Luke Macken 16 years ago
parent 21121c08f3
commit c5d36f1731

@ -2,7 +2,7 @@
Name: python-zope-interface
Version: 3.5.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Zope 3 Interface Infrastructure
Group: Development/Libraries
License: ZPLv2.1
@ -12,7 +12,7 @@ Source1: ZPL-2.1.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
# zope.interface 3.5.0 won't build the C extension if distutils are used
BuildRequires: python-setuptools
BuildRequires: python-setuptools-devel
Requires: python-zope-filesystem
%description
@ -58,6 +58,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%{python_sitearch}/zope.interface*
%changelog
* Mon Jun 01 2009 Luke Macken <lmacken@redhat.com> 3.5.1-3
- Add python-setuptools-devel to the BuildRequires, so we generate egg-info
* Sun Apr 05 2009 Felix Schwarz <felix.schwarz@oss.schwarz.eu> 3.5.1-2
- use correct source filename (upstream switched from zip to tar.gz)

Loading…
Cancel
Save