Update var/spack/repos/builtin/packages/py-rich/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
53f299d0d5
commit
eb1270d917
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class PyRich(PythonPackage):
|
|||
depends_on('python@3.6:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-typing-extensions@3.7.4:3.99', type=('build', 'run'))
|
||||
depends_on('py-dataclasses@0.7:0.8', when='python@3.6', type=('build', 'run'))
|
||||
depends_on('py-dataclasses@0.7:0.8', when='python@:3.6', type=('build', 'run'))
|
||||
depends_on('py-pygments@2.6:2.99', type=('build', 'run'))
|
||||
depends_on('py-commonmark@0.9:0.99', type=('build', 'run'))
|
||||
depends_on('py-colorama@0.4:0.99', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue