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

Thomas Moschny thm at fedoraproject.org
Fri Aug 1 19:36:38 UTC 2014


commit fa1dde8e886c3befe498f187cb455b6944b5efe9
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Aug 1 21:36:16 2014 +0200

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

 python26-jinja2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python26-jinja2.spec b/python26-jinja2.spec
index 9d3db49..b6a8241 100644
--- a/python26-jinja2.spec
+++ b/python26-jinja2.spec
@@ -8,7 +8,7 @@
 
 Name:		python26-jinja2
 Version:	2.5.5
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -29,6 +29,7 @@ BuildRequires:	python26-sphinx
 %endif # with_docs
 Requires:	python26-babel >= 0.8
 Requires:	python26-markupsafe
+Requires:	python26-distribute
 
 %description
 Jinja2 is a template engine written in pure Python.  It provides a
@@ -93,6 +94,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Aug  1 2014 Thomas Moschny <thomas.moschny at gmx.de> - 2.5.5-6
+- Add dependency on python-setuptools (rhbz#1121240).
+
 * Sat Jun 14 2014 Thomas Moschny <thomas.moschny at gmx.de> - 2.5.5-5
 - Fix CVE-2014-1402 (using patch from RHSA-2014:0747).
 


More information about the scm-commits mailing list