From 95fbc5cfb539d338ea048149bae0ddabba66df63b78587f1c58af80322f9fd23 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 23 Jul 2020 10:12:52 +0000 Subject: [PATCH] - moved Pillow requirement to matplotlib package see https://build.opensuse.org/request/show/822342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=19 --- python-control.changes | 5 +++++ python-control.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-control.changes b/python-control.changes index 0217a99..0106ae0 100644 --- a/python-control.changes +++ b/python-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 23 09:56:18 UTC 2020 - Benjamin Greiner + +- moved Pillow requirement to matplotlib package + ------------------------------------------------------------------- Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner diff --git a/python-control.spec b/python-control.spec index f81ca88..58f0be4 100644 --- a/python-control.spec +++ b/python-control.spec @@ -39,7 +39,6 @@ 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}