Add Requires python(3)-setuptools (bug #1168774)
This commit is contained in:
parent
2af52b3a1f
commit
14bf553a3d
@ -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 <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
|
||||
- Update to 2.7.3.
|
||||
- Reenable docs.
|
||||
|
Loading…
Reference in New Issue
Block a user