Add Requires python(3)-setuptools (bug #1168774)

This commit is contained in:
Orion Poplawski 2014-12-02 10:09:31 -07:00
parent 2af52b3a1f
commit 14bf553a3d

View File

@ -10,7 +10,7 @@
Name: python-jinja2 Name: python-jinja2
Version: 2.7.3 Version: 2.7.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: General purpose template engine Summary: General purpose template engine
Group: Development/Languages Group: Development/Languages
License: BSD License: BSD
@ -27,6 +27,7 @@ BuildRequires: python-sphinx
%endif # with_docs %endif # with_docs
Requires: python-babel >= 0.8 Requires: python-babel >= 0.8
Requires: python-markupsafe Requires: python-markupsafe
Requires: python-setuptools
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -51,6 +52,7 @@ environments.
Summary: General purpose template engine Summary: General purpose template engine
Group: Development/Languages Group: Development/Languages
Requires: python3-markupsafe Requires: python3-markupsafe
Requires: python3-setuptools
# babel isn't py3k ready yet, and is only a weak dependency # babel isn't py3k ready yet, and is only a weak dependency
#Requires: python3-babel >= 0.8 #Requires: python3-babel >= 0.8
@ -150,6 +152,9 @@ popd
%changelog %changelog
* Tue Dec 2 2014 Orion Poplawski <orion@cora.nwra.com> - 2.7.3-2
- Add Requires python(3)-setuptools (bug #1168774)
* Sat Jun 7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.3-1 * Sat Jun 7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.7.3-1
- Update to 2.7.3. - Update to 2.7.3.
- Reenable docs. - Reenable docs.