From fdfe64e5f23f505ac304cd136a933db8c8189d10 Mon Sep 17 00:00:00 2001 From: Kumataro Date: Thu, 14 Dec 2023 00:30:03 +0900 Subject: [PATCH] doc: use python3-minimal instead of python3-dev --- .../crosscompilation/crosscompile_with_multiarch.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown b/doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown index 8cf5f7cf57..2ae3e24e38 100644 --- a/doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown +++ b/doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown @@ -62,7 +62,7 @@ If you want to enable Python 3 wrapper, install these packages too. @code{.bash} sudo apt install -y \ - python3-dev \ + python3-minimal \ python3-numpy @endcode @@ -408,7 +408,7 @@ If you want to enable Python 3 wrapper, install these packages too. @code{.bash} sudo apt install -y \ - python3.11 \ + python3-minimal \ python3-numpy @endcode