summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 15cef22b26..9d3a40be64 100644
--- a/var/spack/repos/builtin/packages/py-rich/package.py
+++ b/var/spack/repos/builtin/packages/py-rich/package.py
@@ -31,5 +31,5 @@ class PyRich(PythonPackage):
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-pygments@2.6:2.99', type=('build', 'run'))
- depends_on('py-commonmark@0.9:0.99', type=('build', 'run'))
+ depends_on('py-commonmark@0.9.0:0.9.999', type=('build', 'run'))
depends_on('py-colorama@0.4:0.99', type=('build', 'run'))