Skip to content

Commit d8e6262

Browse files
committed
rich-cli: add issue link for hatch workaround
1 parent 0ac539d commit d8e6262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/r/rich-cli.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class RichCli < Formula
7171
end
7272

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

7778
virtualenv_install_with_resources

0 commit comments

Comments
 (0)