py-jupyter-core: updated the type of the setuptools dependency (#18633)

This commit is contained in:
Adam J. Stewart 2020-09-15 00:42:28 -05:00 committed by GitHub
parent 0448ade7b5
commit 792c48a558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'))