diff options
author | Stephen Sachs <stephenmsachs@gmail.com> | 2022-07-07 11:17:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 03:17:36 -0600 |
commit | ad95b0d01da4a02064e07ea5350d4a779e24d941 (patch) | |
tree | 15531b7a6885c5af09e012170c8ef6311c16fa55 /var | |
parent | 6b1e86aecc9978aa88784ed321de19789661766d (diff) | |
download | spack-ad95b0d01da4a02064e07ea5350d4a779e24d941.tar.gz spack-ad95b0d01da4a02064e07ea5350d4a779e24d941.tar.bz2 spack-ad95b0d01da4a02064e07ea5350d4a779e24d941.tar.xz spack-ad95b0d01da4a02064e07ea5350d4a779e24d941.zip |
[py-ipyparallel] setuptools.config.StaticModule moved (#31467)
* [py-ipyparallel] setuptools.config.StaticModule moved
... in py-setuptools@61
* [py-ipyparallel] setuptools fix only added to release 8.2.1
https://github.com/ipython/ipyparallel/pull/680
* [py-ipyparallel] Fix typo
Co-authored-by: Stephen Sachs <stesachs@amazon.com>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-ipyparallel/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-ipyparallel/package.py b/var/spack/repos/builtin/packages/py-ipyparallel/package.py index c6fca8780b..74b0455e82 100644 --- a/var/spack/repos/builtin/packages/py-ipyparallel/package.py +++ b/var/spack/repos/builtin/packages/py-ipyparallel/package.py @@ -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') |