From efb2a3f1c8f34da10bb767027ee137355fa363d2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 18 Sep 2017 13:18:09 +0200 Subject: [PATCH] python-jupyter: python-ipython_ipywidgets -> python-jupyter_ipywidgets --- srcpkgs/python-jupyter/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-jupyter/template b/srcpkgs/python-jupyter/template index 02bb0ad083d..8ecbe2c0813 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