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 cae4da5 commit a249f19Copy full SHA for a249f19
Formula/p/poetry.rb
@@ -238,7 +238,8 @@ class Poetry < Formula
238
end
239
240
def install
241
- # 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.
242
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
243
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
244
245
venv = virtualenv_install_with_resources without: "zstandard"
0 commit comments