diff --git a/srcpkgs/python-jupyter/template b/srcpkgs/python-jupyter/template index 02bb0ad083..8ecbe2c081 100644 --- a/srcpkgs/python-jupyter/template +++ b/srcpkgs/python-jupyter/template @@ -1,15 +1,14 @@ # Template file for 'python-jupyter' pkgname=python-jupyter version=1.0.0 -revision=3 +revision=4 noarch=yes build_style=meta depends=" python-jupyter_notebook python-jupyter_console python-jupyter_nbconvert - python-ipython_ipykernel - python-ipython_ipywidgets" + python-jupyter_ipywidgets" if [ -z "$CROSS_BUILD" ]; then depends+=" python-jupyter_qtconsole" fi @@ -25,8 +24,7 @@ python3-jupyter_package() { python3-jupyter_notebook python3-jupyter_console python3-jupyter_nbconvert - python3-ipython_ipykernel - python3-ipython_ipywidgets" + python3-jupyter_ipywidgets" if [ -z "$CROSS_BUILD" ]; then depends+=" python3-jupyter_qtconsole" fi