py-jupyter-core: updated the type of the setuptools dependency (#18633)
This commit is contained in:
parent
0448ade7b5
commit
792c48a558
1 changed files with 1 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue