summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-nbconvert/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-nbconvert/package.py b/var/spack/repos/builtin/packages/py-nbconvert/package.py
index cda45e60f6..49f7fef71b 100644
--- a/var/spack/repos/builtin/packages/py-nbconvert/package.py
+++ b/var/spack/repos/builtin/packages/py-nbconvert/package.py
@@ -38,7 +38,8 @@ class PyNbconvert(PythonPackage):
depends_on('py-entrypoints@0.2.2:', type=('build', 'run'), when='@5:')
depends_on('py-tornado@4.0:', type=('build', 'run'), when='+serve')
depends_on('py-jupyter-client', type=('build', 'run'), when='+execute')
- depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@5:+execute')
+ depends_on('py-jupyter-client@4.2:', type=('build', 'run'), when='@5.2.1:+execute')
+ depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@5.6.0:+execute')
depends_on('py-defusedxml', type=('build', 'run'), when='@5:')
depends_on('py-testpath', type=('build', 'run'), when='@5:')
depends_on('py-bleach', type=('build', 'run'), when='@5:')