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).