diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-09-15 00:42:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 07:42:28 +0200 |
commit | 792c48a558f212c812cc0eeed63ffa6751f9c969 (patch) | |
tree | aa7ee5a73ecd37da16b99a9965b85017caa0f8eb /var | |
parent | 0448ade7b5024452d58ad3d476652a66102eca52 (diff) | |
download | spack-792c48a558f212c812cc0eeed63ffa6751f9c969.tar.gz spack-792c48a558f212c812cc0eeed63ffa6751f9c969.tar.bz2 spack-792c48a558f212c812cc0eeed63ffa6751f9c969.tar.xz spack-792c48a558f212c812cc0eeed63ffa6751f9c969.zip |
py-jupyter-core: updated the type of the setuptools dependency (#18633)
Diffstat (limited to 'var')
-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')) |