From 4a29512113c49fa35aa8ef8a9d8d2112742d6f00 Mon Sep 17 00:00:00 2001 From: Nils Leif Fischer Date: Tue, 1 Feb 2022 21:19:40 +0100 Subject: py-rich: fix installation with poetry (#28710) --- var/spack/repos/builtin/packages/py-rich/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-rich/package.py b/var/spack/repos/builtin/packages/py-rich/package.py index b2b14d03fa..47e27bfc02 100644 --- a/var/spack/repos/builtin/packages/py-rich/package.py +++ b/var/spack/repos/builtin/packages/py-rich/package.py @@ -31,7 +31,7 @@ class PyRich(PythonPackage): depends_on('python@3.6:', type=('build', 'run')) depends_on('python@3.6.2:3', type=('build', 'run'), when='@10.14.0:') - depends_on('py-setuptools', type='build') + depends_on('py-poetry-core@1:', type='build') depends_on('py-typing-extensions@3.7.4:4', type=('build', 'run'), when='@10.14.0: ^python@:3.7') depends_on('py-typing-extensions@3.7.4:3', type=('build', 'run'), when='@:10.13.0') depends_on('py-dataclasses@0.7:0.8', when='^python@:3.6', type=('build', 'run')) -- cgit v1.2.3-70-g09d2