Skip to content

Commit 321dd04

Browse files
committed
prowler: add issue link for hatch workaround
1 parent a249f19 commit 321dd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/p/prowler.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,8 @@ class Prowler < Formula
827827
end
828828

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

833834
virtualenv_install_with_resources

0 commit comments

Comments
 (0)