meson: depend on python3 instead of :python3
Closes #22754. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
9aa06290a6
commit
f9096e8702
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Meson < Formula
|
|||
homepage "http://mesonbuild.com/"
|
||||
url "https://github.com/mesonbuild/meson/releases/download/0.44.0/meson-0.44.0.tar.gz"
|
||||
sha256 "50f9b12b77272ef6ab064d26b7e06667f07fa9f931e6a20942bba2216ba4281b"
|
||||
revision 1
|
||||
head "https://github.com/mesonbuild/meson.git"
|
||||
|
||||
bottle do
|
||||
|
@ -12,7 +13,7 @@ class Meson < Formula
|
|||
sha256 "99722391bc3b2289943de52db40d7b5852d34a2ccd73d2e199d21ef7f45c84f9" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :python3
|
||||
depends_on "python3"
|
||||
depends_on "ninja"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue