Skip to content

Commit bb01522

Browse files
committed
otterdog: add issue link for hatch workaround
1 parent e379bd7 commit bb01522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/o/otterdog.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ class Otterdog < Formula
251251
end
252252

253253
def install
254-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
254+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
255+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
255256
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
256257
ENV["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PLAYWRIGHT"] = resource("playwright").version
257258
virtualenv_install_with_resources

0 commit comments

Comments
 (0)