We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcea26c commit b8efe49Copy full SHA for b8efe49
var/spack/repos/builtin/packages/py-ipyparallel/package.py
@@ -25,6 +25,7 @@ class PyIpyparallel(PythonPackage):
25
depends_on('py-jupyterlab@3.0:3', type='build', when='@7.1:')
26
depends_on('py-packaging', type='build', when='@7.1:')
27
depends_on('py-setuptools@40.8:', type='build', when='@7.1:')
28
+ depends_on('py-setuptools@:60', type='build', when='@:8.0.0')
29
depends_on('py-setuptools', type='build')
30
31
depends_on('py-ipython-genutils', type=('build', 'run'), when='@:6.3')
0 commit comments