ufs-weather-model: add build dependency (#41724)

This commit is contained in:
Tom Payerle
2023-12-19 06:18:48 -05:00
committed by GitHub
parent 7023edb37c
commit 3dc02e55e6

View File

@@ -68,6 +68,7 @@ class UfsWeatherModel(CMakePackage):
depends_on("sp")
depends_on("w3emc")
depends_on("w3nco")
depends_on("python", type="build")
def setup_build_environment(self, env):
spec = self.spec