diff --git a/srcpkgs/python-jupyter_nbconvert/template b/srcpkgs/python-jupyter_nbconvert/template index e903e34b591..faf0cdfb968 100644 --- a/srcpkgs/python-jupyter_nbconvert/template +++ b/srcpkgs/python-jupyter_nbconvert/template @@ -1,14 +1,14 @@ # Template file for 'python-jupyter_nbconvert' pkgname=python-jupyter_nbconvert version=4.2.0 -revision=2 +revision=3 noarch=yes wrksrc="nbconvert-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" depends="python-mistune python-Jinja2 python-Pygments python-traitlets - python-jupyter_core python-jupyter_nbformat" + python-jupyter_core python-jupyter_nbformat python-entrypoints" pycompile_module="nbconvert" short_desc="Converting Jupyter notebooks (Python2)" maintainer="Alessio Sergi " @@ -24,8 +24,8 @@ post_install() { python3.4-jupyter_nbconvert_package() { noarch=yes - depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments - python3.4-traitlets python3.4-jupyter_core python3.4-jupyter_nbformat" + depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments python3.4-traitlets + python3.4-jupyter_core python3.4-jupyter_nbformat python3.4-entrypoints" pycompile_version="3.4" pycompile_module="nbconvert" short_desc="${short_desc/Python2/Python3.4}"