Dirk Mueller 2017-03-22 04:39:50 +00:00 committed by Git OBS Bridge
parent ebca934777
commit f17bca1878
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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()")}