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
This commit is contained in:
Dirk Mueller 2022-12-28 10:21:03 +00:00 committed by Git OBS Bridge
parent a171b80a6e
commit f0da7929ea
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 27 23:10:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- explicitly require ourselves in :test flavor
-------------------------------------------------------------------
Sun Dec 25 12:36:52 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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}