Skip to content

Commit

Permalink
[py-ipyparallel] setuptools fix only added to release 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmsachs committed Jul 6, 2022
1 parent b8efe49 commit b3d6c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-ipyparallel/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PyIpyparallel(PythonPackage):
depends_on('[email protected]:3', type='build', when='@7.1:')
depends_on('py-packaging', type='build', when='@7.1:')
depends_on('[email protected]:', type='build', when='@7.1:')
depends_on('py-setuptools@:60', type='build', when='@:8.0.0')
depends_on('py-setuptools@:60', type='build', when='@:8.2.1')
depends_on('py-setuptools', type='build')

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

0 comments on commit b3d6c16

Please sign in to comment.