diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 4fcb58d..f6437b6 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 22 04:39:40 UTC 2017 - dmueller@suse.com + +- fix requires + ------------------------------------------------------------------- Wed Mar 15 13:55:57 UTC 2017 - michael@stroeder.com diff --git a/python-Jinja2.spec b/python-Jinja2.spec index b225c90..4c49686 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,7 +1,7 @@ # # spec file for package python-Jinja2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,8 @@ BuildRequires: python-devel BuildRequires: python-setuptools Provides: python-jinja2 = %{version} Obsoletes: python-jinja2 < %{version} -Requires: python-MarkupSafe +Requires: python-Babel >= 0.8 +Requires: python-MarkupSafe >= 0.23 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}