From 48183b37beadd6bcd57d39d58b3cd8c825dab583 Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Tue, 12 Mar 2024 14:58:32 +0100 Subject: 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. --- var/spack/repos/builtin/packages/gaudi/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py index cc79f16210..fded9262f2 100644 --- a/var/spack/repos/builtin/packages/gaudi/package.py +++ b/var/spack/repos/builtin/packages/gaudi/package.py @@ -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") -- cgit v1.2.3-70-g09d2