Skip to content

Commit

Permalink
ARROW-17681: [CI][Packaging] Update brew dependency glib-utils with g…
Browse files Browse the repository at this point in the history
…lib (#14095)

It seems this was already updated upstream:
Homebrew/homebrew-core@24861e6

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Sep 13, 2022
1 parent 4ae26d1 commit c9844f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion c_glib/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# under the License.

brew "autoconf-archive"
brew "glib-utils"
brew "gobject-introspection"
brew "gtk-doc"
brew "libtool"
Expand Down
1 change: 0 additions & 1 deletion dev/tasks/homebrew-formulae/apache-arrow-glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ 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
Expand Down

0 comments on commit c9844f0

Please sign in to comment.