forked from pool/python-Flask
Accepting request 970467 from home:bnavigator:branches:devel:languages:python:flask
- Update the build and runtime requirements. OBS-URL: https://build.opensuse.org/request/show/970467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=23
This commit is contained in:
parent
486a18cc9a
commit
fc00aa25b5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 20:25:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update the build and runtime requirements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 31 08:28:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Thu Mar 31 08:28:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ BuildRequires: %{python_module Jinja2 >= 3.0}
|
|||||||
BuildRequires: %{python_module Werkzeug >= 2.0}
|
BuildRequires: %{python_module Werkzeug >= 2.0}
|
||||||
BuildRequires: %{python_module click >= 8.0.0}
|
BuildRequires: %{python_module click >= 8.0.0}
|
||||||
BuildRequires: %{python_module contextvars}
|
BuildRequires: %{python_module contextvars}
|
||||||
|
BuildRequires: %{python_module importlib-metadata >= 3.6.0 if %python-base < 3.10}
|
||||||
BuildRequires: %{python_module itsdangerous >= 2.0}
|
BuildRequires: %{python_module itsdangerous >= 2.0}
|
||||||
BuildRequires: %{python_module pytest >= 6.2.4}
|
BuildRequires: %{python_module pytest >= 6.2.4}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -45,8 +46,12 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python-Jinja2 >= 3.0
|
Requires: python-Jinja2 >= 3.0
|
||||||
Requires: python-Werkzeug >= 2.0
|
Requires: python-Werkzeug >= 2.0
|
||||||
Requires: python-click >= 7.1.2
|
Requires: python-click >= 8.0.0
|
||||||
Requires: python-itsdangerous >= 2.0
|
Requires: python-itsdangerous >= 2.0
|
||||||
|
%if 0%{?python_version_nodots} < 310
|
||||||
|
Requires: python-importlib-metadata >= 3.6.0
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
Requires: alts
|
Requires: alts
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
|
Loading…
Reference in New Issue
Block a user