Skip to content

Commit 59d506c

Browse files
committed
Fix Python package name for Almalinux 8
1 parent d3b86df commit 59d506c

File tree

1 file changed

+2
-2
lines changed
  • dev/tasks/linux-packages/apache-arrow/yum/almalinux-8

1 file changed

+2
-2
lines changed

dev/tasks/linux-packages/apache-arrow/yum/almalinux-8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ RUN \
5151
ninja-build \
5252
openssl-devel \
5353
pkg-config \
54-
python312 \
55-
python312-pip \
54+
python3.12 \
55+
python3.12-pip \
5656
re2-devel \
5757
# rapidjson-devel \
5858
rpmdevtools \

0 commit comments

Comments
 (0)