Skip to content

Commit e9330f0

Browse files
committed
gptme: add issue link for hatch workaround
1 parent 954121e commit e9330f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/g/gptme.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@ class Gptme < Formula
355355
end
356356

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

361362
virtualenv_install_with_resources

0 commit comments

Comments
 (0)