Fix py-ipython recipe
This commit is contained in:
parent
7cdb5ab9f7
commit
d65071665f
@ -46,8 +46,8 @@ class PyIpython(PythonPackage):
|
||||
depends_on('py-decorator', type=('build', 'run'))
|
||||
depends_on('py-pickleshare', type=('build', 'run'))
|
||||
depends_on('py-traitlets@4.2:', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@1.0.4:1', when='@:7.0.0', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@2.0.0:2', when='@7.0.0:7.5.0', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@1.0.4:1', when='@:6', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@2.0.0:2', when='@7.0.0:7.4', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@2.0.0:2.0', when='@7.5.0', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@3.0.2:3.0', when='@7.18:7.25', type=('build', 'run'))
|
||||
depends_on('py-prompt-toolkit@2.0.0:2,3.0.2:3.0', when='@7.26:', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user