cmark: depend on python3 instead of :python3
This commit is contained in:
parent
70a56b7444
commit
1f0ecb1aee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue