- fix requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=50
This commit is contained in:
parent
ebca934777
commit
f17bca1878
@ -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
|
||||
|
||||
|
@ -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()")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user