python-jupyter: python-ipython_ipywidgets -> python-jupyter_ipywidgets
This commit is contained in:
parent
1e5aa4b1ed
commit
efb2a3f1c8
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'python-jupyter'
|
# Template file for 'python-jupyter'
|
||||||
pkgname=python-jupyter
|
pkgname=python-jupyter
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="
|
depends="
|
||||||
python-jupyter_notebook
|
python-jupyter_notebook
|
||||||
python-jupyter_console
|
python-jupyter_console
|
||||||
python-jupyter_nbconvert
|
python-jupyter_nbconvert
|
||||||
python-ipython_ipykernel
|
python-jupyter_ipywidgets"
|
||||||
python-ipython_ipywidgets"
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
depends+=" python-jupyter_qtconsole"
|
depends+=" python-jupyter_qtconsole"
|
||||||
fi
|
fi
|
||||||
|
@ -25,8 +24,7 @@ python3-jupyter_package() {
|
||||||
python3-jupyter_notebook
|
python3-jupyter_notebook
|
||||||
python3-jupyter_console
|
python3-jupyter_console
|
||||||
python3-jupyter_nbconvert
|
python3-jupyter_nbconvert
|
||||||
python3-ipython_ipykernel
|
python3-jupyter_ipywidgets"
|
||||||
python3-ipython_ipywidgets"
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
depends+=" python3-jupyter_qtconsole"
|
depends+=" python3-jupyter_qtconsole"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue