From 07d9ad3bf4d3aa522b27730ff4e32ceac8762709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 25 Nov 2023 20:52:44 -0300 Subject: [PATCH] python3-jupyter_ipywidgets: depend on widgetsnbextension. --- srcpkgs/python3-jupyter_ipywidgets/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template index 55d14cac26b..fb63dac1a88 100644 --- a/srcpkgs/python3-jupyter_ipywidgets/template +++ b/srcpkgs/python3-jupyter_ipywidgets/template @@ -1,10 +1,10 @@ # Template file for 'python3-jupyter_ipywidgets' pkgname=python3-jupyter_ipywidgets version=8.1.1 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-wheel" -depends="python3-ipython_ipykernel" +depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension" checkdepends="$depends python3-pytest python3-jsonschema python3-pytz" short_desc="IPython widgets for the Jupyter notebook" maintainer="Gonzalo TornarĂ­a "