Skip to content

Commit a249f19

Browse files
committed
poetry: add issue link for hatch workaround
1 parent cae4da5 commit a249f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/p/poetry.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ class Poetry < Formula
238238
end
239239

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

244245
venv = virtualenv_install_with_resources without: "zstandard"

0 commit comments

Comments
 (0)