Skip to content

Commit

Permalink
spidermonkey: depend on python@3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Feb 10, 2022
1 parent cf041fd commit 48ab60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/spidermonkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Spidermonkey < Formula
sha256 cellar: :any, mojave: "8c0b46bc04a7e95f99262969b22cc311ee1f7d83413af05865318743ccd96944"
end

depends_on :macos # Due to Python 2
depends_on "python@3.10" => :build
depends_on "nspr"
depends_on "readline"

Expand Down

0 comments on commit 48ab60c

Please sign in to comment.