gaudi: depends_on python +dbm (#45238)

This commit is contained in:
Wouter Deconinck 2024-07-16 14:13:17 -05:00 committed by GitHub
parent 714dd783f9
commit 282627714e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ class Gaudi(CMakePackage):
depends_on("tbb", when="@37.1:") depends_on("tbb", when="@37.1:")
depends_on("uuid") depends_on("uuid")
depends_on("nlohmann-json") 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-networkx", type=("build", "run"))
depends_on("py-six", type=("build", "run")) depends_on("py-six", type=("build", "run"))
depends_on("py-pyyaml", type=("build", "run", "test")) depends_on("py-pyyaml", type=("build", "run", "test"))