From ad759faaf668442eade73e5298bb2934383eb54c Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 5 Jun 2009 13:55:41 +0000 Subject: [PATCH] - Add python-setuptools-devel to our build requirements, for egg-info --- python-boto.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-boto.spec b/python-boto.spec index adcdea4..c3a63b5 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -4,12 +4,13 @@ Summary: A simple lightweight interface to Amazon Web Services Name: python-boto Version: 1.7a -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Development/Languages URL: http://code.google.com/p/%{pkgname}/ Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz -BuildRequires: python-devel >= 2.5 +BuildRequires: python-devel +BuildRequires: python-setuptools-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Wed Jun 03 2009 Luke Macken 1.7a-2 +- Add python-setuptools-devel to our build requirements, for egg-info + * Thu Apr 16 2009 Robert Scheck 1.7a-1 - Upgrade to 1.7a