Skip to content

Commit b3d6c16

Browse files
author
Stephen Sachs
committed
[py-ipyparallel] setuptools fix only added to release 8.2.1
ipython/ipyparallel#680
1 parent b8efe49 commit b3d6c16

File tree

1 file changed

+1
-1
lines changed
  • var/spack/repos/builtin/packages/py-ipyparallel

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/py-ipyparallel/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PyIpyparallel(PythonPackage):
2525
depends_on('[email protected]:3', type='build', when='@7.1:')
2626
depends_on('py-packaging', type='build', when='@7.1:')
2727
depends_on('[email protected]:', type='build', when='@7.1:')
28-
depends_on('py-setuptools@:60', type='build', when='@:8.0.0')
28+
depends_on('py-setuptools@:60', type='build', when='@:8.2.1')
2929
depends_on('py-setuptools', type='build')
3030

3131
depends_on('py-ipython-genutils', type=('build', 'run'), when='@:6.3')

0 commit comments

Comments
 (0)