Skip to content

Commit 9d484d1

Browse files
committed
sceptre: add issue link for hatch workaround
1 parent b62055b commit 9d484d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/s/sceptre.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ class Sceptre < Formula
158158
end
159159

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

164165
# Avoid issue if `numpy` is installed, https://github.com/Sceptre/sceptre/issues/1541

0 commit comments

Comments
 (0)