From a57cd92255e9dfbb4aa5f302600343f8ef632c1c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:10 +0200 Subject: [PATCH] terragrunt: remove git build dep --- srcpkgs/terragrunt/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template index b9945121353..2c5080b61c3 100644 --- a/srcpkgs/terragrunt/template +++ b/srcpkgs/terragrunt/template @@ -4,7 +4,6 @@ version=0.36.1 revision=1 build_style=go go_import_path="github.com/gruntwork-io/terragrunt" -hostmakedepends="git" depends="terraform" short_desc="Thin wrapper for Terraform that provides extra tools" maintainer="Andrea Brancaleoni "