summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-astroid/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-astroid/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-astroid/package.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-astroid/package.py b/var/spack/repos/builtin/packages/py-astroid/package.py
index 555ff3822c..d301b783aa 100644
--- a/var/spack/repos/builtin/packages/py-astroid/package.py
+++ b/var/spack/repos/builtin/packages/py-astroid/package.py
@@ -56,9 +56,6 @@ class PyAstroid(PythonPackage):
depends_on("py-wrapt@1.11:1", when="@2.11", type=("build", "run"))
depends_on("py-wrapt@1.14:1", when="@2.12.7: ^python@3.11:", type=("build", "run"))
depends_on("py-wrapt@1.11:1", when="@2.12.7: ^python@:3.10", type=("build", "run"))
- depends_on("py-enum34@1.1.3:", when="^python@:3.3", type=("build", "run"))
- depends_on("py-singledispatch", when="^python@:3.3", type=("build", "run"))
- depends_on("py-backports-functools-lru-cache", when="^python@:3.2", type=("build", "run"))
depends_on("py-typed-ast@1.3.0:", when="@2.2.5:2.3.0 ^python@3.7.0:3.7")
depends_on("py-typed-ast@1.4.0:1.4", when="@2.3.1:2.8.4 ^python@:3.7", type=("build", "run"))
depends_on("py-typed-ast@1.4.0:1", when="@2.8.5: ^python@:3.7", type=("build", "run"))