python-jupyter: python-ipython_ipywidgets -> python-jupyter_ipywidgets

This commit is contained in:
Alessio Sergi 2017-09-18 13:18:09 +02:00
parent 1e5aa4b1ed
commit efb2a3f1c8

View file

@ -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