[python26-boto/el5] Add an explicit python dependency

gholms gholms at fedoraproject.org
Tue Jul 19 00:39:14 UTC 2011


commit 148afd6047626b89b682ccaaaf7ba7bc0259d9a1
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Mon Jul 18 13:13:06 2011 -0700

    Add an explicit python dependency

 python26-boto.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python26-boto.spec b/python26-boto.spec
index 89625cf..e74b7a1 100644
--- a/python26-boto.spec
+++ b/python26-boto.spec
@@ -15,6 +15,7 @@ License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
 Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
+Requires:	python%{?__python_ver}
 BuildRequires:	python%{?__python_ver}-devel, python%{?__python_ver}-setuptools
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,6 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Jul 18 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 2.0-1
 - Updated to 2.0 final
+- Added an explicit python dependency
 
 * Fri Mar 04 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 2.0-0.1.b4
 - Update to 2.0 beta 4


More information about the scm-commits mailing list