From 126b994a74b549e64e9bac55c90b08cf062ebb5e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 1 Aug 2014 21:12:55 +0200 Subject: [PATCH] Add dependency on python-setuptools (rhbz#1121241). --- python-jinja2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 2.2.1-4 +- Add dependency on python-setuptools (rhbz#1121241). + * Fri Jul 18 2014 Thomas Moschny - 2.2.1-3 - Update patch for Python 2.4 (rhbz#1114823).