diff options
-rw-r--r-- | var/spack/repos/builtin/packages/py-jupyter-core/package.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-jupyter-core/package.py b/var/spack/repos/builtin/packages/py-jupyter-core/package.py index 3bb21a4b54..42adbc81b4 100644 --- a/var/spack/repos/builtin/packages/py-jupyter-core/package.py +++ b/var/spack/repos/builtin/packages/py-jupyter-core/package.py @@ -29,6 +29,5 @@ class PyJupyterCore(PythonPackage): depends_on('python@2.7:2.8,3.3:', type=('build', 'run')) depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@4.6.2:') - - depends_on('py-setuptools', when='@4.5.0:', type='build') + depends_on('py-setuptools', when='@4.5.0:', type=('build', 'run')) depends_on('py-traitlets', type=('build', 'run')) |