Skip to content

Commit

Permalink
cmark: depend on python3 instead of :python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 11, 2018
1 parent 70a56b7 commit 1f0ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Cmark < Formula
end

depends_on "cmake" => :build
depends_on :python3 => :build
depends_on "python3" => :build

def install
mkdir "build" do
Expand Down

0 comments on commit 1f0ecb1

Please sign in to comment.