summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-jupyter/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-jupyter/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-jupyter/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-jupyter/package.py b/var/spack/repos/builtin/packages/py-jupyter/package.py
index 96b2e248f0..da21d44792 100644
--- a/var/spack/repos/builtin/packages/py-jupyter/package.py
+++ b/var/spack/repos/builtin/packages/py-jupyter/package.py
@@ -12,13 +12,13 @@ class PyJupyter(PythonPackage):
homepage = "https://jupyter.org/"
pypi = "jupyter/jupyter-1.0.0.tar.gz"
- version('1.0.0', sha256='d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f')
+ version("1.0.0", sha256="d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f")
# pip silently replaces distutils with setuptools
- depends_on('py-setuptools', type='build')
- depends_on('py-notebook', type=('build', 'run'))
- depends_on('py-qtconsole', type=('build', 'run'))
- depends_on('py-jupyter-console', type=('build', 'run'))
- depends_on('py-nbconvert', type=('build', 'run'))
- depends_on('py-ipykernel', type=('build', 'run'))
- depends_on('py-ipywidgets', type=('build', 'run'))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-notebook", type=("build", "run"))
+ depends_on("py-qtconsole", type=("build", "run"))
+ depends_on("py-jupyter-console", type=("build", "run"))
+ depends_on("py-nbconvert", type=("build", "run"))
+ depends_on("py-ipykernel", type=("build", "run"))
+ depends_on("py-ipywidgets", type=("build", "run"))