mpv: depend on python3 instead of :python3
This commit is contained in:
parent
8bd2de3f91
commit
d996e5e644
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Mpv < Formula
|
|||
option "with-bundle", "Enable compilation of the .app bundle."
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on :python3 => :build
|
||||
depends_on "python3" => :build
|
||||
|
||||
depends_on "libass"
|
||||
depends_on "ffmpeg"
|
||||
|
|
Loading…
Reference in a new issue