Py-cheroot: Add dependency (#21271)

This commit is contained in:
Jean-Paul Pelteret 2021-01-26 05:31:51 +01:00 committed by GitHub
parent 48310e8988
commit b5c9318160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))