This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 719d1c02da ARROW-17153: [CI][Homebrew] Require glib-utils (#13666)
719d1c02da is described below

commit 719d1c02da438530cb687535107dfe8e215bf1cb
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jul 21 13:55:03 2022 +0900

    ARROW-17153: [CI][Homebrew] Require glib-utils (#13666)
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/Brewfile                                     | 1 +
 dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cpp/Brewfile b/cpp/Brewfile
index 9cffd8e3a8..8ff30efbcb 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -25,6 +25,7 @@ brew "ccache"
 brew "cmake"
 brew "flatbuffers"
 brew "git"
+brew "glib-utils"
 brew "glog"
 brew "grpc"
 brew "llvm"
diff --git a/dev/tasks/homebrew-formulae/apache-arrow-glib.rb 
b/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
index d13e01f555..c8b9713cec 100644
--- a/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
+++ b/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
@@ -38,6 +38,7 @@ class ApacheArrowGlib < Formula
     formula "apache-arrow"
   end
 
+  depends_on "glib-utils" => :build
   depends_on "gobject-introspection" => :build
   depends_on "meson" => :build
   depends_on "ninja" => :build

Reply via email to