gaudi: add py-yaml dependency (#43116)
Needed to parse job options in yaml format (https://gitlab.cern.ch/gaudi/Gaudi/-/blob/master/GaudiKernel/python/GaudiKernel/ProcessJobOptions.py#L528). In principle this is optional, but it's needed for the test 35 - GaudiKernel.pytest.nose.test_Configurables (Failed). Seems like there's no harm done in adding this as a full dependency.
This commit is contained in:
parent
9a3d248348
commit
48183b37be
@ -83,6 +83,7 @@ class Gaudi(CMakePackage):
|
||||
depends_on("python", type=("build", "run"))
|
||||
depends_on("py-networkx", type=("build", "run"))
|
||||
depends_on("py-six", type=("build", "run"))
|
||||
depends_on("py-pyyaml", type=("build", "run", "test"))
|
||||
depends_on("range-v3")
|
||||
depends_on("root +python +root7 +ssl +tbb +threads")
|
||||
depends_on("zlib-api")
|
||||
|
Loading…
Reference in New Issue
Block a user