Skip to content

Commit

Permalink
meson: depend on python3 instead of :python3
Browse files Browse the repository at this point in the history
Closes #22754.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jan 11, 2018
1 parent 9aa0629 commit f9096e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/meson.rb
Expand Up @@ -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
Expand All @@ -12,7 +13,7 @@ class Meson < Formula
sha256 "99722391bc3b2289943de52db40d7b5852d34a2ccd73d2e199d21ef7f45c84f9" => :el_capitan
end

depends_on :python3
depends_on "python3"
depends_on "ninja"

def install
Expand Down

0 comments on commit f9096e8

Please sign in to comment.