Accepting request 821973 from home:bnavigator:branches:devel:languages:python:numeric

- explicitely require Pillow for tests because of matplotlib

OBS-URL: https://build.opensuse.org/request/show/821973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=17
This commit is contained in:
2020-07-20 19:06:28 +00:00
committed by Git OBS Bridge
parent 51bc817134
commit ddebd4f0ac
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- explicitely require Pillow for tests because of matplotlib
-------------------------------------------------------------------
Thu Jul 9 18:56:06 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -39,6 +39,7 @@ Requires: python-scipy
Recommends: python-slycot
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module matplotlib-qt5}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy}