From 90e527bf0a3b0ea005e1bdac8e298cf99cca2bd0 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 04:46:18 +0000 Subject: [PATCH] - add explicit build-requirement on python-setuptools --- python-jinja2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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