[4/4] set minimal python version in user_manual to 3.5

Message ID 20230330110804.1016614-5-tobias.schaffner@siemens.com
State Superseded, archived
Headers show
Series Rewrite the image-account-extension in python | expand

Commit Message

Tobias Schaffner March 30, 2023, 11:08 a.m. UTC
From: Tobias Schaffner <tobias.schaffner@siemens.com>

Set the minimal python version to 3.5 in the user_manual as defined in
bitbake/lib/bb/__init__.py

Signed-off-by: Tobias Schaffner <tobias.schaffner@siemens.com>
---
 doc/user_manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 2b8542df..5023b37b 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -111,7 +111,7 @@  unstable/bullseye included in `/etc/apt/sources.list[.d]`).
 
 Notes:
 
-* BitBake requires Python 3.4+.
+* BitBake requires Python 3.5+.
 * The python3 package is required for the correct `alternatives` setting.
 * If you'd like to run bitbake in a container (chroot, docker, etc.), install
   the above in the container, and also perform `sudo apt-get install