summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pylint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pylint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pylint/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-pylint/package.py b/var/spack/repos/builtin/packages/py-pylint/package.py
index 1c7111b99b..e6e5d3ca70 100644
--- a/var/spack/repos/builtin/packages/py-pylint/package.py
+++ b/var/spack/repos/builtin/packages/py-pylint/package.py
@@ -58,7 +58,8 @@ class PyPylint(PythonPackage):
depends_on("py-astroid@2.12.4:2.13", when="@2.15", type=("build", "run"))
depends_on("py-astroid@2.14.2:2.15", when="@2.16:", type=("build", "run"))
depends_on("py-isort@4.2.5:", type=("build", "run"))
- depends_on("py-isort@4.2.5:5", when="@2.3.1:", type=("build", "run"))
+ depends_on("py-isort@4.2.5:4", when="@2.3.1:2.5", type=("build", "run"))
+ depends_on("py-isort@4.2.5:5", when="@2.6:", type=("build", "run"))
depends_on("py-mccabe", type=("build", "run"))
depends_on("py-mccabe@0.6.0:0.6", when="@2.3.1:2.11", type=("build", "run"))
depends_on("py-mccabe@0.6.0:0.7", when="@2.13:", type=("build", "run"))