python3-jupyter_ipywidgets: depend on widgetsnbextension.

This commit is contained in:
Gonzalo Tornaría 2023-11-25 20:52:44 -03:00 committed by Andrew J. Hesford
parent 0315eb425d
commit 07d9ad3bf4

View file

@ -1,10 +1,10 @@
# Template file for 'python3-jupyter_ipywidgets' # Template file for 'python3-jupyter_ipywidgets'
pkgname=python3-jupyter_ipywidgets pkgname=python3-jupyter_ipywidgets
version=8.1.1 version=8.1.1
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
depends="python3-ipython_ipykernel" depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
checkdepends="$depends python3-pytest python3-jsonschema python3-pytz" checkdepends="$depends python3-pytest python3-jsonschema python3-pytz"
short_desc="IPython widgets for the Jupyter notebook" short_desc="IPython widgets for the Jupyter notebook"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"