From ad95b0d01da4a02064e07ea5350d4a779e24d941 Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Thu, 7 Jul 2022 11:17:36 +0200 Subject: [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 --- var/spack/repos/builtin/packages/py-ipyparallel/package.py | 1 + 1 file changed, 1 insertion(+) 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') -- cgit v1.2.3-60-g2f50