We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62055b commit 9d484d1Copy full SHA for 9d484d1
Formula/s/sceptre.rb
@@ -158,7 +158,8 @@ class Sceptre < Formula
158
end
159
160
def install
161
- # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
+ # hatch does not support a SOURCE_DATE_EPOCH before 1980.
162
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
163
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
164
165
# Avoid issue if `numpy` is installed, https://github.com/Sceptre/sceptre/issues/1541
0 commit comments