diff mbox series

README: add required python version for bitbake

Message ID 20221212162616.16189-1-debrabander@gmail.com
State Accepted, archived
Commit 8f9402b291421ebcbf0a3ab97791c87af4b3f36e
Headers show
Series README: add required python version for bitbake | expand

Commit Message

Frank de Brabander Dec. 12, 2022, 4:26 p.m. UTC
Signed-off-by: Frank de Brabander <debrabander@gmail.com>
---
 README | 2 ++
 1 file changed, 2 insertions(+)

Comments

Richard Purdie Dec. 18, 2022, 10:52 a.m. UTC | #1
On Mon, 2022-12-12 at 17:26 +0100, Frank de Brabander wrote:
> Signed-off-by: Frank de Brabander <debrabander@gmail.com>
> ---
>  README | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/README b/README
> index af23c9af..377d0032 100644
> --- a/README
> +++ b/README
> @@ -13,6 +13,8 @@ Bitbake plain documentation can be found under the doc directory or its integrat
>  html version at the Yocto Project website:
>      https://docs.yoctoproject.org
>  
> +Bitbake requires Python version 3.8 or newer.
> +
>  Contributing
>  ------------
>  

I'm torn on this since it means we have to remember to patch the
minimum version in another place when we do change it...

Cheers,

Richard
diff mbox series

Patch

diff --git a/README b/README
index af23c9af..377d0032 100644
--- a/README
+++ b/README
@@ -13,6 +13,8 @@  Bitbake plain documentation can be found under the doc directory or its integrat
 html version at the Yocto Project website:
     https://docs.yoctoproject.org
 
+Bitbake requires Python version 3.8 or newer.
+
 Contributing
 ------------