edm4hep: Add dependencies to py-jinja2 and py-pyyaml (#28944)
This commit is contained in:
parent
4d0ee4e169
commit
a6580d4704
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ class Edm4hep(CMakePackage):
|
|||
depends_on('root@6.08:')
|
||||
depends_on('podio@0.14:', when='@0.4:')
|
||||
depends_on('podio@0.13.0:0.13', when='@:0.3')
|
||||
depends_on('py-jinja2', type='build')
|
||||
depends_on('py-pyyaml', type='build')
|
||||
|
||||
depends_on('hepmc@:2', type='test', when='@:0.4.0')
|
||||
depends_on('hepmc3', type='test', when='@0.4.1:')
|
||||
|
|
Loading…
Reference in a new issue