Skip to content

Commit 0266e03

Browse files
authored
ci: install python3-dev for dev_setup (#10925)
1 parent 2179fcd commit 0266e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup/dev_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Build tools (since -b or no option was provided):
321321
* protobuf-compiler
322322
* thrift-compiler
323323
* openjdk
324-
* python3
324+
* python3-dev
325325
EOF
326326
fi
327327

@@ -499,7 +499,7 @@ if [[ "$INSTALL_BUILD_TOOLS" == "true" ]]; then
499499
install_pkg cmake "$PACKAGE_MANAGER"
500500
install_pkg clang "$PACKAGE_MANAGER"
501501
install_pkg llvm "$PACKAGE_MANAGER"
502-
install_pkg python3 "$PACKAGE_MANAGER"
502+
install_pkg python3-dev "$PACKAGE_MANAGER"
503503

504504
# Any call to cargo will make rustup install the correct toolchain
505505
cargo version

0 commit comments

Comments
 (0)