summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cheroot/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-cheroot/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-cheroot/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-cheroot/package.py b/var/spack/repos/builtin/packages/py-cheroot/package.py
index 68a41ad6bc..e28e9304a0 100644
--- a/var/spack/repos/builtin/packages/py-cheroot/package.py
+++ b/var/spack/repos/builtin/packages/py-cheroot/package.py
@@ -21,6 +21,5 @@ class PyCheroot(PythonPackage):
depends_on("py-setuptools-scm-git-archive@1.0:", type="build")
depends_on("py-more-itertools@2.6:", type=("build", "run"))
depends_on("py-six@1.11.0:", type=("build", "run"))
- depends_on("py-backports-functools-lru-cache", type=("build", "run"), when="^python@:3.3")
depends_on("py-jaraco-functools", when="@8.3.0:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))