fpm: add dependency on git (#30158)

This commit is contained in:
Wileam Y. Phan 2022-04-20 11:54:50 -04:00 committed by GitHub
parent b792e08c15
commit 3552cfac1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ class Fpm(Package):
variant("openmp", default=True, description="Use OpenMP parallelisation")
depends_on("curl", type="build")
depends_on("git@1.8.5:", type="build")
def setup_build_environment(self, env):
if "@0.4.0" in self.spec: