py-notebook: fix py-nbconvert dep (#29020)

This commit is contained in:
Adam J. Stewart 2022-02-22 08:26:23 -06:00 committed by GitHub
parent 2516885615
commit 800933bbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,8 @@ class PyNotebook(PythonPackage):
depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@6.0.0:6.0.1')
depends_on('py-jupyter-client@5.3.4:', type=('build', 'run'), when='@6.0.2:')
depends_on('py-nbformat', type=('build', 'run'))
# https://github.com/jupyter/notebook/pull/6286
depends_on('py-nbconvert@5:', type=('build', 'run'), when='@5.5:')
depends_on('py-nbconvert', type=('build', 'run'))
depends_on('py-ipykernel', type=('build', 'run'))
depends_on('py-send2trash', type=('build', 'run'), when='@6:')