Skip to content

Commit 9e68b2b

Browse files
committed
jiratui: add issue link for hatch workaround
1 parent e9330f0 commit 9e68b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/j/jiratui.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ def install
287287
# Issue ref: https://github.com/whyisdifficult/jiratui/issues/110
288288
inreplace "pyproject.toml", 'requires-python = ">=3.10,<3.14"', 'requires-python = ">=3.10"'
289289

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

293294
virtualenv_install_with_resources

0 commit comments

Comments
 (0)