podio: added dependency on jinja2 for newer versions (#17990)
This commit is contained in:
parent
80a382c218
commit
041e21802e
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user