Skip to content

Commit ba7e37b

Browse files
committed
terraform-iam-policy-validator: add issue link for hatch workaround
1 parent f8453d4 commit ba7e37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/t/terraform-iam-policy-validator.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class TerraformIamPolicyValidator < Formula
6262
end
6363

6464
def install
65-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
65+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
66+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
6667
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
6768

6869
virtualenv_install_with_resources

0 commit comments

Comments
 (0)