Skip to content

Commit

Permalink
[py-ipyparallel] setuptools.config.StaticModule moved (spack#31467)
Browse files Browse the repository at this point in the history
* [py-ipyparallel] setuptools.config.StaticModule moved

... in py-setuptools@61

* [py-ipyparallel] setuptools fix only added to release 8.2.1

ipython/ipyparallel#680

* [py-ipyparallel] Fix typo

Co-authored-by: Stephen Sachs <stesachs@amazon.com>
  • Loading branch information
2 people authored and bhatiaharsh committed Aug 8, 2022
1 parent b3e9311 commit dcf9671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-ipyparallel/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class PyIpyparallel(PythonPackage):
depends_on('py-jupyterlab@3.0:3', type='build', when='@7.1:')
depends_on('py-packaging', type='build', when='@7.1:')
depends_on('py-setuptools@40.8:', type='build', when='@7.1:')
depends_on('py-setuptools@:60', type='build', when='@:8.2.0')
depends_on('py-setuptools', type='build')

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

0 comments on commit dcf9671

Please sign in to comment.