summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/gaudi/package.py2
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"))