Skip to content

Commit

Permalink
ninja-ide: fix python module import.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 12, 2014
1 parent a6f9983 commit 102df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ninja-ide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class NinjaIde < Formula
sha1 '64ccbbf8521a8fbef43c3d57cf616b7f8b466460'

depends_on :python
depends_on 'fsevents' => :python
depends_on "MacFSEvents" => [:python, "fsevents"]
depends_on 'pyqt'

def install
Expand Down

0 comments on commit 102df01

Please sign in to comment.