From e195d82dc9cf50b1562f50f8bc0cd2d895bbd5fc48441d1f5cd097246387ca01 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Jun 2021 06:59:59 +0000 Subject: [PATCH] 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 --- python-Flask-WTF.changes | 5 +++++ python-Flask-WTF.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-Flask-WTF.changes b/python-Flask-WTF.changes index 9eb160d..827cab8 100644 --- a/python-Flask-WTF.changes +++ b/python-Flask-WTF.changes @@ -5,6 +5,11 @@ Thu Jan 28 09:43:12 UTC 2021 - Antonio Larrosa 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 + +- Add missing BR for Flask-BabelEx + ------------------------------------------------------------------- Wed Jun 10 08:30:32 UTC 2020 - Marketa Calabkova diff --git a/python-Flask-WTF.spec b/python-Flask-WTF.spec index 1d7ee9d..11ff61c 100644 --- a/python-Flask-WTF.spec +++ b/python-Flask-WTF.spec @@ -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}