summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorNils Leif Fischer <nils.fischer@aei.mpg.de>2022-02-01 21:19:40 +0100
committerGitHub <noreply@github.com>2022-02-01 14:19:40 -0600
commit4a29512113c49fa35aa8ef8a9d8d2112742d6f00 (patch)
tree232a488379dbc107813f86d2eb749cb7848fc127 /var
parent9cf20b9d327365e1cdabaf641405ce8b0c87371d (diff)
downloadspack-4a29512113c49fa35aa8ef8a9d8d2112742d6f00.tar.gz
spack-4a29512113c49fa35aa8ef8a9d8d2112742d6f00.tar.bz2
spack-4a29512113c49fa35aa8ef8a9d8d2112742d6f00.tar.xz
spack-4a29512113c49fa35aa8ef8a9d8d2112742d6f00.zip
py-rich: fix installation with poetry (#28710)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-rich/package.py2
1 files changed, 1 insertions, 1 deletions
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'))