diff options
author | Jean-Paul Pelteret <jppelteret@gmail.com> | 2021-01-26 05:31:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 22:31:51 -0600 |
commit | b5c931816099b8d9b738de9708c289c2541c3005 (patch) | |
tree | 40ad68ec86fc39da38c9ce32719d969720a11951 | |
parent | 48310e898839a66edbcdc14f9693dc0b2b0acd1f (diff) | |
download | spack-b5c931816099b8d9b738de9708c289c2541c3005.tar.gz spack-b5c931816099b8d9b738de9708c289c2541c3005.tar.bz2 spack-b5c931816099b8d9b738de9708c289c2541c3005.tar.xz spack-b5c931816099b8d9b738de9708c289c2541c3005.zip |
Py-cheroot: Add dependency (#21271)
-rw-r--r-- | var/spack/repos/builtin/packages/py-cheroot/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-cheroot/package.py b/var/spack/repos/builtin/packages/py-cheroot/package.py index 8ac22e1fed..263b80e497 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')) |