diff options
author | haralmha <47558670+haralmha@users.noreply.github.com> | 2022-03-04 11:27:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 11:27:46 +0100 |
commit | a6580d47047a97228a2bf93da1fd3a049c3c769b (patch) | |
tree | 6b058eb2e9d51d98eeee0bd2ed7cd18d71b86a7e /var | |
parent | 4d0ee4e16956a6435fc16b7e6a70a32e34a46e00 (diff) | |
download | spack-a6580d47047a97228a2bf93da1fd3a049c3c769b.tar.gz spack-a6580d47047a97228a2bf93da1fd3a049c3c769b.tar.bz2 spack-a6580d47047a97228a2bf93da1fd3a049c3c769b.tar.xz spack-a6580d47047a97228a2bf93da1fd3a049c3c769b.zip |
edm4hep: Add dependencies to py-jinja2 and py-pyyaml (#28944)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/edm4hep/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/edm4hep/package.py b/var/spack/repos/builtin/packages/edm4hep/package.py index 73c024337c..6610903cd7 100644 --- a/var/spack/repos/builtin/packages/edm4hep/package.py +++ b/var/spack/repos/builtin/packages/edm4hep/package.py @@ -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:') |