From f0da7929ea4d91a8142169bce8f46411dc1b704c81cf14ce0ea3352ace38e3bc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Dec 2022 10:21:03 +0000 Subject: [PATCH] Accepting request 1045571 from home:bnavigator:branches:devel:languages:python:numeric - explicitly require ourselves in :test flavor OBS-URL: https://build.opensuse.org/request/show/1045571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=4 --- python-contourpy.changes | 5 +++++ python-contourpy.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-contourpy.changes b/python-contourpy.changes index a26c97b..5f23235 100644 --- a/python-contourpy.changes +++ b/python-contourpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 27 23:10:39 UTC 2022 - Ben Greiner + +- explicitly require ourselves in :test flavor + ------------------------------------------------------------------- Sun Dec 25 12:36:52 UTC 2022 - Ben Greiner diff --git a/python-contourpy.spec b/python-contourpy.spec index 2dcfaa6..9b009c5 100644 --- a/python-contourpy.spec +++ b/python-contourpy.spec @@ -44,6 +44,7 @@ Requires: python-numpy >= 1.16 Suggests: python-bokeh %if %{with test} BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module contourpy = %{version}} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy >= 1.16} BuildRequires: %{python_module pytest}