diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-jupyter-console/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-jupyter-console/package.py b/var/spack/repos/builtin/packages/py-jupyter-console/package.py index b0b90e81ce..9a4aa811c1 100644 --- a/var/spack/repos/builtin/packages/py-jupyter-console/package.py +++ b/var/spack/repos/builtin/packages/py-jupyter-console/package.py @@ -12,6 +12,7 @@ class PyJupyterConsole(PythonPackage): homepage = "https://github.com/jupyter/jupyter_console" pypi = "jupyter_console/jupyter_console-6.4.0.tar.gz" + version('6.4.3', sha256='55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5') version('6.4.0', sha256='242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7') version('6.1.0', sha256='6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b') version('5.2.0', sha256='545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd') @@ -25,6 +26,7 @@ class PyJupyterConsole(PythonPackage): depends_on('python@3.5:', type=('build', 'run'), when='@6:') depends_on('python@3.6:', type=('build', 'run'), when='@6.2:') depends_on('py-setuptools@40.8.0:', type='build', when='@6.2:') + depends_on('py-jupyter-client@7.0.0:', type=('build', 'run'), when='@6.4.3:') depends_on('py-jupyter-client', type=('build', 'run')) depends_on('py-ipython@:5.8.0', type=('build', 'run'), when='@:5') depends_on('py-ipython', type=('build', 'run')) |