Skip to content

Commit f31e50f

Browse files
committed
vunnel: add issue link for hatch workaround
1 parent ba7e37b commit f31e50f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/v/vunnel.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ def install
254254
# Issue ref: https://github.com/anchore/vunnel/issues/904
255255
inreplace "pyproject.toml", 'requires-python = "<3.14,>=3.11"', 'requires-python = ">=3.11"'
256256

257-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
257+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
258+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
258259
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
259260

260261
# Fix compilation of ijson native extensions, note:

0 commit comments

Comments
 (0)