[python-jinja2/el5] Add dependency on python-setuptools (rhbz#1121241).

Thomas Moschny thm at fedoraproject.org
Fri Aug 1 19:13:34 UTC 2014


commit 126b994a74b549e64e9bac55c90b08cf062ebb5e
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Aug 1 21:12:55 2014 +0200

    Add dependency on python-setuptools (rhbz#1121241).

 python-jinja2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-jinja2.spec b/python-jinja2.spec
index 4786a73..e443d08 100644
--- a/python-jinja2.spec
+++ b/python-jinja2.spec
@@ -2,7 +2,7 @@
 
 Name:		python-jinja2
 Version:	2.2.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -17,6 +17,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel
 BuildRequires:	python-setuptools-devel
 Requires:	python-babel >= 0.8
+Requires:	python-setuptools
 
 %description
 Jinja2 is a template engine written in pure Python.  It provides a
@@ -66,6 +67,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Aug  1 2014 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.1-4
+- Add dependency on python-setuptools (rhbz#1121241).
+
 * Fri Jul 18 2014 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.1-3
 - Update patch for Python 2.4 (rhbz#1114823).
 


More information about the scm-commits mailing list