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

Message ID 20230125090156.284309-6-tobias.schaffner@siemens.com
State Superseded, archived
Headers show
Series allow creation of users/groups before rootfs creation | expand

Commit Message

Tobias Schaffner Jan. 25, 2023, 9:01 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 1d209b3..af55c69 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -107,7 +107,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