From d98b433a3c14af5aaba03fd439f6e47cb970bac6 Mon Sep 17 00:00:00 2001 From: iarspider Date: Thu, 12 Dec 2019 18:31:47 +0100 Subject: Fix py-jupyter-client version ranges (#14126) --- var/spack/repos/builtin/packages/py-nbconvert/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'var') 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:') -- cgit v1.2.3-70-g09d2