Accepting request 197962 from devel:languages:python
- add dependency on itsdangerous (forwarded request 197961 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/197962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
0563db0785
commit
3d474c7dcf
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Flask
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Flask
|
||||
Version: 0.9
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Url: http://github.com/mitsuhiko/flask/
|
||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||
@@ -30,9 +30,11 @@ BuildRequires: python-Sphinx
|
||||
BuildRequires: python-Werkzeug >= 0.7
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-itsdangerous >= 0.21
|
||||
BuildRequires: python-nose
|
||||
Requires: python-Jinja2 >= 2.4
|
||||
Requires: python-Werkzeug >= 0.7
|
||||
Requires: python-itsdangerous >= 0.21
|
||||
Provides: python-flask = %{version}
|
||||
Obsoletes: python-flask < %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
|
||||
Reference in New Issue
Block a user