blob: efc1b543ecd9ea6c4d2d729580d37b9ee93e77cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Required packges for running jupyter notebook with python3 "
inherit packagegroup
JUPYTER_NOTEBOOK_PACKAGES = " \
packagegroup-python3-jupyter \
python3-core \
python3-ipywidgets \
python3-pydot \
liberation-fonts \
ttf-bitstream-vera \
start-jupyter \
"
RDEPENDS:${PN} = "${JUPYTER_NOTEBOOK_PACKAGES}"
|