Add dependency on python-setuptools (rhbz#1121241).
This commit is contained in:
parent
187d1b176d
commit
126b994a74
1 changed files with 5 additions and 1 deletions
|
|
@ -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 <thomas.moschny@gmx.de> - 2.2.1-4
|
||||
- Add dependency on python-setuptools (rhbz#1121241).
|
||||
|
||||
* Fri Jul 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.1-3
|
||||
- Update patch for Python 2.4 (rhbz#1114823).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue