From ddebd4f0ac58c262c0e63ebd2823a3389dbb5cd80ebae2876d18bb59f7676174 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 20 Jul 2020 19:06:28 +0000 Subject: [PATCH] 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 --- python-control.changes | 5 +++++ python-control.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-control.changes b/python-control.changes index bbd7b7b..0217a99 100644 --- a/python-control.changes +++ b/python-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner + +- explicitely require Pillow for tests because of matplotlib + ------------------------------------------------------------------- Thu Jul 9 18:56:06 UTC 2020 - Benjamin Greiner diff --git a/python-control.spec b/python-control.spec index 58f0be4..f81ca88 100644 --- a/python-control.spec +++ b/python-control.spec @@ -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}