Fix py-jupyter-client version ranges (#14126)

This commit is contained in:
iarspider 2019-12-12 18:31:47 +01:00 committed by Adam J. Stewart
parent c2f45fb4da
commit d98b433a3c

View File

@ -38,7 +38,8 @@ class PyNbconvert(PythonPackage):
depends_on('py-entrypoints@0.2.2:', type=('build', 'run'), when='@5:')
depends_on('py-tornado@4.0:', type=('build', 'run'), when='+serve')
depends_on('py-jupyter-client', type=('build', 'run'), when='+execute')
depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@5:+execute')
depends_on('py-jupyter-client@4.2:', type=('build', 'run'), when='@5.2.1:+execute')
depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@5.6.0:+execute')
depends_on('py-defusedxml', type=('build', 'run'), when='@5:')
depends_on('py-testpath', type=('build', 'run'), when='@5:')
depends_on('py-bleach', type=('build', 'run'), when='@5:')