Skip to content

Commit 7d74150

Browse files
authored
Merge pull request #251212 from Homebrew/spidermonkey-py314
spidermonkey: migrate to `[email protected]`
2 parents f69c65b + 0b825c1 commit 7d74150

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Formula/s/spidermonkey.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Spidermonkey < Formula
2525

2626
depends_on "cbindgen" => :build
2727
depends_on "pkgconf" => :build
28-
depends_on "python@3.13" => :build
28+
depends_on "python@3.14" => :build
2929
depends_on "rust" => :build
3030
depends_on "icu4c@77"
3131
depends_on "nspr"
@@ -60,6 +60,12 @@ class Spidermonkey < Formula
6060
sha256 "5c2a8c804322ccacbc37f152a4a3d48a5fc2becffb1720a41e32c03899af0be6"
6161
end
6262

63+
# Backport support for Python 3.14
64+
patch do
65+
url "https://github.com/mozilla-firefox/firefox/commit/d497aa4f770ca02f6083e93b94996a8fe32c2ff4.patch?full_index=1"
66+
sha256 "026f91a56cd60907a87c62dd4143eac8300d6fc7433b94888229c632a43c34bf"
67+
end
68+
6369
def install
6470
ENV.runtime_cpu_detection
6571

0 commit comments

Comments
 (0)