From f17bca1878ece1b02f59e95e9d8bff44f7df6deee6fc9f6ed7df82e4ce9bd132 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 22 Mar 2017 04:39:50 +0000 Subject: [PATCH] - fix requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=50 --- python-Jinja2.changes | 5 +++++ python-Jinja2.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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()")}