Skip to content

Commit dcf9671

Browse files
stephenmsachsStephen Sachs
authored andcommitted
[py-ipyparallel] setuptools.config.StaticModule moved (spack#31467)
* [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 <[email protected]>
1 parent b3e9311 commit dcf9671

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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.2.0')
2829
depends_on('py-setuptools', type='build')
2930

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

0 commit comments

Comments
 (0)