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 e60669c ARROW-8538: [Packaging] Remove boost from homebrew formula
e60669c is described below
commit e60669c0207a74a1325113591ff718375831ec9a
Author: Neal Richardson <[email protected]>
AuthorDate: Thu Apr 23 06:34:48 2020 +0900
ARROW-8538: [Packaging] Remove boost from homebrew formula
One more I didn't remove in ARROW-8222.
Closes #6996 from nealrichardson/rm-boost-brew
Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/homebrew-formulae/apache-arrow.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev/tasks/homebrew-formulae/apache-arrow.rb
b/dev/tasks/homebrew-formulae/apache-arrow.rb
index 10416a4..e9daf69 100644
--- a/dev/tasks/homebrew-formulae/apache-arrow.rb
+++ b/dev/tasks/homebrew-formulae/apache-arrow.rb
@@ -6,7 +6,6 @@ class ApacheArrow < Formula
head "https://github.com/apache/arrow.git"
depends_on "cmake" => :build
- depends_on "boost"
depends_on "brotli"
depends_on "glog"
depends_on "grpc"