From d65071665f002fa20721c3d87ae25354bec06ec5 Mon Sep 17 00:00:00 2001 From: iarspider Date: Thu, 25 Nov 2021 22:52:48 +0100 Subject: [PATCH] Fix py-ipython recipe --- var/spack/repos/builtin/packages/py-ipython/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/py-ipython/package.py b/var/spack/repos/builtin/packages/py-ipython/package.py index 76aabfcdb18..cd5a0690656 100644 --- a/var/spack/repos/builtin/packages/py-ipython/package.py +++ b/var/spack/repos/builtin/packages/py-ipython/package.py @@ -46,8 +46,8 @@ class PyIpython(PythonPackage): depends_on('py-decorator', type=('build', 'run')) depends_on('py-pickleshare', type=('build', 'run')) depends_on('py-traitlets@4.2:', type=('build', 'run')) - depends_on('py-prompt-toolkit@1.0.4:1', when='@:7.0.0', type=('build', 'run')) - depends_on('py-prompt-toolkit@2.0.0:2', when='@7.0.0:7.5.0', type=('build', 'run')) + depends_on('py-prompt-toolkit@1.0.4:1', when='@:6', type=('build', 'run')) + depends_on('py-prompt-toolkit@2.0.0:2', when='@7.0.0:7.4', type=('build', 'run')) depends_on('py-prompt-toolkit@2.0.0:2.0', when='@7.5.0', type=('build', 'run')) depends_on('py-prompt-toolkit@3.0.2:3.0', when='@7.18:7.25', type=('build', 'run')) depends_on('py-prompt-toolkit@2.0.0:2,3.0.2:3.0', when='@7.26:', type=('build', 'run'))