From b5c931816099b8d9b738de9708c289c2541c3005 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Tue, 26 Jan 2021 05:31:51 +0100 Subject: [PATCH] Py-cheroot: Add dependency (#21271) --- var/spack/repos/builtin/packages/py-cheroot/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/py-cheroot/package.py b/var/spack/repos/builtin/packages/py-cheroot/package.py index 8ac22e1fed4..263b80e4977 100644 --- a/var/spack/repos/builtin/packages/py-cheroot/package.py +++ b/var/spack/repos/builtin/packages/py-cheroot/package.py @@ -23,4 +23,5 @@ class PyCheroot(PythonPackage): 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'))