From ebeb92659b78f534212f0b45ba4f03a9ed879511ff9420fa0b535887d308aa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 May 2020 07:13:15 +0000 Subject: [PATCH] - Add missing runtime dependencies, as declared in setup.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cma?expand=0&rev=3 --- python-cma.changes | 3 ++- python-cma.spec | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cma.changes b/python-cma.changes index 28ba960..7bd9b56 100644 --- a/python-cma.changes +++ b/python-cma.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- -Wed May 13 07:12:07 UTC 2020 - Tomáš Chvátal +Wed May 13 07:12:57 UTC 2020 - Tomáš Chvátal +- Add missing runtime dependencies, as declared in setup.py - Format with spec-cleaner ------------------------------------------------------------------- diff --git a/python-cma.spec b/python-cma.spec index 90331ea..b95d4a8 100644 --- a/python-cma.spec +++ b/python-cma.spec @@ -30,6 +30,8 @@ BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-numpy +Recommends: python-matplotlib BuildArch: noarch %python_subpackages