[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>
This commit is contained in:
Stephen Sachs 2022-07-07 11:17:36 +02:00 committed by GitHub
parent 6b1e86aecc
commit ad95b0d01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ class PyIpyparallel(PythonPackage):
depends_on('py-jupyterlab@3.0:3', type='build', when='@7.1:') depends_on('py-jupyterlab@3.0:3', type='build', when='@7.1:')
depends_on('py-packaging', 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@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-setuptools', type='build')
depends_on('py-ipython-genutils', type=('build', 'run'), when='@:6.3') depends_on('py-ipython-genutils', type=('build', 'run'), when='@:6.3')