From 3953003bedfa4a4c011693bcd66544bcd79eff920f122bdba31aaa0b6e070c05 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 3 Feb 2023 15:43:25 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipyvolume?expand=0&rev=12 --- python-ipyvolume.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-ipyvolume.spec b/python-ipyvolume.spec index 2eb95fa..781e8e2 100644 --- a/python-ipyvolume.spec +++ b/python-ipyvolume.spec @@ -17,6 +17,7 @@ %define anypython3dist python3dist +%define python3dist_version 0.6 Name: python-ipyvolume Version: 0.6.0 Release: 0 @@ -89,7 +90,7 @@ Requires: jupyter-ipywebrtc Requires: jupyter-ipywidgets >= 7.0.0 Requires: jupyter-notebook Requires: jupyter-pythreejs >= 2.0.0 -Requires: %{anypython3dist}(ipyvolume) = %{version} +Requires: %{anypython3dist}(ipyvolume) = %{python3dist_version} %description -n jupyter-ipyvolume 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL. @@ -102,7 +103,7 @@ Requires: jupyter-ipywebrtc Requires: jupyter-ipywidgets >= 7.0.0 Requires: jupyter-jupyterlab Requires: jupyter-pythreejs >= 2.0.0 -Requires: %{anypython3dist}(ipyvolume) = %{version} +Requires: %{anypython3dist}(ipyvolume) = %{python3dist_version} %description -n jupyter-jupyterlab-ipyvolume 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL.