diff options
author | Wouter Deconinck <wdconinc@gmail.com> | 2024-07-16 14:13:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 12:13:17 -0700 |
commit | 282627714e9281d3c31e61d04358e92b3d8dffdc (patch) | |
tree | 56dbc4be11a3265197fb7e95802a144517afa84c /var | |
parent | 714dd783f9c9e4cad30c1b835fc14e272755f6f5 (diff) | |
download | spack-282627714e9281d3c31e61d04358e92b3d8dffdc.tar.gz spack-282627714e9281d3c31e61d04358e92b3d8dffdc.tar.bz2 spack-282627714e9281d3c31e61d04358e92b3d8dffdc.tar.xz spack-282627714e9281d3c31e61d04358e92b3d8dffdc.zip |
gaudi: depends_on python +dbm (#45238)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gaudi/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py index 9f50a667eb..56dcfd0341 100644 --- a/var/spack/repos/builtin/packages/gaudi/package.py +++ b/var/spack/repos/builtin/packages/gaudi/package.py @@ -89,7 +89,7 @@ class Gaudi(CMakePackage): depends_on("tbb", when="@37.1:") depends_on("uuid") depends_on("nlohmann-json") - depends_on("python", type=("build", "run")) + depends_on("python +dbm", 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")) |