From f5583cb99c602597ec3179bec7d7e7fa79eee03586ff46b0ff73095bed5ebd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 30 Oct 2018 10:56:03 +0000 Subject: [PATCH] - Add remaining flask dependencies in order to be acceptable in Tumbleweed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acitoolkit?expand=0&rev=3 --- python-acitoolkit.changes | 6 ++++++ python-acitoolkit.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-acitoolkit.changes b/python-acitoolkit.changes index 4074473..c80fc62 100644 --- a/python-acitoolkit.changes +++ b/python-acitoolkit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 30 10:55:38 UTC 2018 - Tomáš Chvátal + +- Add remaining flask dependencies in order to be acceptable + in Tumbleweed + ------------------------------------------------------------------- Thu Oct 18 08:10:43 UTC 2018 - Tomáš Chvátal diff --git a/python-acitoolkit.spec b/python-acitoolkit.spec index 946520e..24391fe 100644 --- a/python-acitoolkit.spec +++ b/python-acitoolkit.spec @@ -25,9 +25,10 @@ Summary: Python library for programming ACI License: Apache-2.0 URL: http://github.com/datacenter/acitoolkit Source: https://github.com/datacenter/acitoolkit/archive/v%{version}.tar.gz +BuildRequires: %{python_module Flask-Admin} BuildRequires: %{python_module Flask-Bootstrap} +BuildRequires: %{python_module Flask-HTTPAuth} BuildRequires: %{python_module Flask-SQLAlchemy} -Requires: python-Flask-Bootstrap BuildRequires: %{python_module Flask-WTF} BuildRequires: %{python_module Flask} BuildRequires: %{python_module GitPython} @@ -40,6 +41,9 @@ BuildRequires: %{python_module websocket-client} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Flask +Requires: python-Flask-Admin +Requires: python-Flask-Bootstrap +Requires: python-Flask-HTTPAuth Requires: python-Flask-SQLAlchemy Requires: python-Flask-WTF Requires: python-GitPython