Skip to content

Commit

Permalink
anjuta: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 2ee2cd8 commit a188e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/anjuta.rb
Expand Up @@ -11,7 +11,7 @@ class Anjuta < Formula
sha256 "5bfc68a277e16071af323fed4cf3d249adec2015cd97e6ac27e8d179248cb575" => :el_capitan
end

depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "pkg-config" => :build
depends_on "intltool" => :build
depends_on "itstool" => :build
Expand Down

0 comments on commit a188e38

Please sign in to comment.