diff --git a/python-jinja2.spec b/python-jinja2.spec index 33f3fa3..0d9ae9d 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -10,7 +10,7 @@ Name: python-jinja2 Version: 2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -18,6 +18,7 @@ URL: http://jinja.pocoo.org/ Source0: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel +BuildRequires: python-setuptools %if 0%{?with_docs} BuildRequires: python-sphinx %endif # with_docs @@ -153,6 +154,9 @@ popd %changelog +* Thu Jul 22 2010 David Malcolm - 2.5-4 +- add explicit build-requirement on python-setuptools + * Thu Jul 22 2010 David Malcolm - 2.5-3 - support disabling documentation in the build to break a circular build-time dependency with python-sphinx; disable docs for now