py-checkm-genome: fix backportsdependency (#23690)

This commit is contained in:
Andreas Baumbach 2021-05-19 21:21:10 +02:00 committed by GitHub
parent e7b11c3098
commit 944be7a568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ class PyCheckmGenome(PythonPackage):
depends_on('pplacer', type=('build', 'run'))
depends_on('prodigal@2.6.1:', type=('build', 'run'))
depends_on('python@2.7.0:2.7.999', type=('build', 'run'))
depends_on('py-backports-functools-lru-cache', type=('build', 'run'))
depends_on('py-backports-functools-lru-cache', type=('build', 'run'), when='^python@:3.2.99')
depends_on('py-numpy@1.8.0:', type=('build', 'run'))
depends_on('py-scipy@0.9.0:', type=('build', 'run'))
depends_on('py-matplotlib@1.3.1:2.2.3', type=('build', 'run'))