summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-notebook/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-notebook/package.py b/var/spack/repos/builtin/packages/py-notebook/package.py
index 97aae5d3e7..fb637af366 100644
--- a/var/spack/repos/builtin/packages/py-notebook/package.py
+++ b/var/spack/repos/builtin/packages/py-notebook/package.py
@@ -55,6 +55,8 @@ class PyNotebook(PythonPackage):
depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@6.0.0:6.0.1')
depends_on('py-jupyter-client@5.3.4:', type=('build', 'run'), when='@6.0.2:')
depends_on('py-nbformat', type=('build', 'run'))
+ # https://github.com/jupyter/notebook/pull/6286
+ depends_on('py-nbconvert@5:', type=('build', 'run'), when='@5.5:')
depends_on('py-nbconvert', type=('build', 'run'))
depends_on('py-ipykernel', type=('build', 'run'))
depends_on('py-send2trash', type=('build', 'run'), when='@6:')