py-rich: fix installation with poetry (#28710)
This commit is contained in:
parent
9cf20b9d32
commit
4a29512113
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user