py-rich: fix installation with poetry (#28710)

This commit is contained in:
Nils Leif Fischer 2022-02-01 21:19:40 +01:00 committed by GitHub
parent 9cf20b9d32
commit 4a29512113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))