From d22bd02acf07d1b35c4668656c4e2ece5e2fd8837a4325b73a5ae9d9efbf47a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Mar 2024 13:20:47 +0000 Subject: [PATCH] Accepting request 1155553 from home:bnavigator:branches:devel:languages:python:numeric - Also skip testing ipympl and holoviews on python 3.9 OBS-URL: https://build.opensuse.org/request/show/1155553 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=47 --- python-panel.changes | 5 +++++ python-panel.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-panel.changes b/python-panel.changes index 95a84fb..824ddb5 100644 --- a/python-panel.changes +++ b/python-panel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 12:42:38 UTC 2024 - Ben Greiner + +- Also skip testing ipympl and holoviews on python 3.9 + ------------------------------------------------------------------- Tue Mar 5 21:52:52 UTC 2024 - Ben Greiner diff --git a/python-panel.spec b/python-panel.spec index dab456a..bfe0353 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -76,8 +76,8 @@ BuildRequires: %{python_module altair} BuildRequires: %{python_module asyncio} BuildRequires: %{python_module diskcache} BuildRequires: %{python_module folium} -BuildRequires: %{python_module holoviews >= 1.16.0} -BuildRequires: %{python_module ipympl} +BuildRequires: %{python_module holoviews >= 1.16.0 if %python-base >= 3.10} +BuildRequires: %{python_module ipympl if %python-base >= 3.10} BuildRequires: %{python_module ipython >= 7.0 if %python-base >= 3.10} BuildRequires: %{python_module panel = %{version}} BuildRequires: %{python_module parameterized}