diff --git a/dev/tasks/linux-packages/apache-arrow/debian/control.in b/dev/tasks/linux-packages/apache-arrow/debian/control.in index 12729cbf9f84e..3185d0d69c2d6 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian/control.in +++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in @@ -145,6 +145,7 @@ Depends: libbrotli-dev, libbz2-dev, @USE_SYSTEM_C_ARES@ libc-ares-dev, + libcurl4-openssl-dev, @USE_SYSTEM_GRPC@ libgrpc++-dev, liblz4-dev, libre2-dev, diff --git a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in index 5fe63284d0bc6..a282e1dd3ed91 100644 --- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in +++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in @@ -272,6 +272,7 @@ Requires: bzip2-devel %if %{use_flight} Requires: c-ares-devel %endif +Requires: curl-devel %if %{use_gcs} Requires: json-devel %endif