Skip to content

Commit 6341506

Browse files
committed
httptap: add issue link for hatch workaround
1 parent 30bb246 commit 6341506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/h/httptap.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ class Httptap < Formula
9090
end
9191

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

9697
virtualenv_install_with_resources

0 commit comments

Comments
 (0)