Skip to content

Commit

Permalink
newt: use canonical dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored and iMichka committed Dec 23, 2020
1 parent 708929d commit d0a08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/newt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Newt < Formula
depends_on "gettext"
depends_on "popt"
depends_on "s-lang"
depends_on "python" unless OS.mac?
depends_on "python@3.9" unless OS.mac?

def install
args = ["--prefix=#{prefix}", "--without-tcl"]
Expand Down

0 comments on commit d0a08be

Please sign in to comment.