podio: added dependency on jinja2 for newer versions (#17990)

This commit is contained in:
Thomas Madlener 2020-08-12 08:56:11 +02:00 committed by GitHub
parent 80a382c218
commit 041e21802e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ class Podio(CMakePackage):
depends_on('cmake@3.8:', type='build')
depends_on('python', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-jinja2@2.10.1:', type=('build', 'run'), when='@0.12:')
def cmake_args(self):
args = []