From 792c48a558f212c812cc0eeed63ffa6751f9c969 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 15 Sep 2020 00:42:28 -0500 Subject: [PATCH] py-jupyter-core: updated the type of the setuptools dependency (#18633) --- var/spack/repos/builtin/packages/py-jupyter-core/package.py | 3 +-- 1 file changed, 1 insertion(+), 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'))