- add explicit build-requirement on python-setuptools

This commit is contained in:
dmalcolm 2010-07-22 04:46:18 +00:00
parent eb93b317f4
commit 90e527bf0a

View File

@ -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 <dmalcolm@redhat.com> - 2.5-4
- add explicit build-requirement on python-setuptools
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-3
- support disabling documentation in the build to break a circular build-time
dependency with python-sphinx; disable docs for now