Accepting request 854868 from home:gladiac:pgadmin4

- Add missing BR for Flask-BabelEx

This is required by the tests!

OBS-URL: https://build.opensuse.org/request/show/854868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-WTF?expand=0&rev=8
This commit is contained in:
Matej Cepl 2021-06-01 06:59:59 +00:00 committed by Git OBS Bridge
parent 99336e49bf
commit e195d82dc9
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,11 @@ Thu Jan 28 09:43:12 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
old version of python2-Flask-Babel is available (and doesn't work
with a recent python-Werkzeug)
-------------------------------------------------------------------
Fri Dec 11 12:12:47 UTC 2020 - Andreas Schneider <asn@cryptomilk.org>
- Add missing BR for Flask-BabelEx
-------------------------------------------------------------------
Wed Jun 10 08:30:32 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -36,6 +36,7 @@ Requires: python-Werkzeug
Requires: python-itsdangerous
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Flask-BabelEx}
BuildRequires: %{python_module Flask-Babel}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module WTForms}