- Move python3 runtime requirements to python3 subpackage
This commit is contained in:
parent
92fc8ce0cc
commit
e995790efb
@ -10,7 +10,7 @@
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 2.5.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: General purpose template engine
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
@ -30,9 +30,6 @@ Requires: python-markupsafe
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-markupsafe
|
||||
Requires: python3-markupsafe
|
||||
# babel isn't py3k ready yet, and is only a weak dependency
|
||||
#Requires: python3-babel >= 0.8
|
||||
%endif # with_python3
|
||||
|
||||
%if 0%{?fedora} < 13
|
||||
@ -56,6 +53,9 @@ environments.
|
||||
%package -n python3-jinja2
|
||||
Summary: General purpose template engine
|
||||
Group: Development/Languages
|
||||
Requires: python3-markupsafe
|
||||
# babel isn't py3k ready yet, and is only a weak dependency
|
||||
#Requires: python3-babel >= 0.8
|
||||
|
||||
|
||||
%description -n python3-jinja2
|
||||
@ -159,6 +159,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 1 2010 Michel Salim <salimma@fedoraproject.org> - 2.5.5-2
|
||||
- Move python3 runtime requirements to python3 subpackage
|
||||
|
||||
* Wed Oct 27 2010 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.5-1
|
||||
- Update to 2.5.5.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user