From 14bf553a3dd809a689618ca361470ba454a4ef58 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 2 Dec 2014 10:09:31 -0700 Subject: [PATCH] Add Requires python(3)-setuptools (bug #1168774) --- python-jinja2.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index f40a614..f8d1102 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -10,7 +10,7 @@ Name: python-jinja2 Version: 2.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -27,6 +27,7 @@ BuildRequires: python-sphinx %endif # with_docs Requires: python-babel >= 0.8 Requires: python-markupsafe +Requires: python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -51,6 +52,7 @@ environments. Summary: General purpose template engine Group: Development/Languages Requires: python3-markupsafe +Requires: python3-setuptools # babel isn't py3k ready yet, and is only a weak dependency #Requires: python3-babel >= 0.8 @@ -150,6 +152,9 @@ popd %changelog +* Tue Dec 2 2014 Orion Poplawski - 2.7.3-2 +- Add Requires python(3)-setuptools (bug #1168774) + * Sat Jun 7 2014 Thomas Moschny - 2.7.3-1 - Update to 2.7.3. - Reenable docs.