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 025293b485 ARROW-17153: [GLib][Homebrew] glib-utils is only needed for
GLib (#13683)
025293b485 is described below
commit 025293b4855438848b55c4478db3a8d0884cd94a
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Jul 22 11:13:04 2022 +0900
ARROW-17153: [GLib][Homebrew] glib-utils is only needed for GLib (#13683)
This is a follow-up of #13666.
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
c_glib/Brewfile | 1 +
cpp/Brewfile | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/c_glib/Brewfile b/c_glib/Brewfile
index bfda23b374..b743508f40 100644
--- a/c_glib/Brewfile
+++ b/c_glib/Brewfile
@@ -16,6 +16,7 @@
# under the License.
brew "autoconf-archive"
+brew "glib-utils"
brew "gobject-introspection"
brew "gtk-doc"
brew "libtool"
diff --git a/cpp/Brewfile b/cpp/Brewfile
index 8ff30efbcb..9cffd8e3a8 100644
--- a/cpp/Brewfile
+++ b/cpp/Brewfile
@@ -25,7 +25,6 @@ brew "ccache"
brew "cmake"
brew "flatbuffers"
brew "git"
-brew "glib-utils"
brew "glog"
brew "grpc"
brew "llvm"