From b3d6c16742b2e4a69cf7994304549f50f58cb4af Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Wed, 6 Jul 2022 19:30:45 +0200 Subject: [PATCH] [py-ipyparallel] setuptools fix only added to release 8.2.1 https://github.com/ipython/ipyparallel/pull/680 --- var/spack/repos/builtin/packages/py-ipyparallel/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-ipyparallel/package.py b/var/spack/repos/builtin/packages/py-ipyparallel/package.py index d248d2f607d6cd..3851d91aa3eb65 100644 --- a/var/spack/repos/builtin/packages/py-ipyparallel/package.py +++ b/var/spack/repos/builtin/packages/py-ipyparallel/package.py @@ -25,7 +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.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')