public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Felix Moessbauer' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH 2/3] Revert "bitbake: Downgrade python requirements"
Date: Wed,  4 Mar 2026 14:31:47 +0100	[thread overview]
Message-ID: <20260304133148.1838456-3-felix.moessbauer@siemens.com> (raw)
In-Reply-To: <20260304133148.1838456-1-felix.moessbauer@siemens.com>

This reverts commit da17d920ee2e0f37633b7d91755e2777219a6abd.

This change was only needed for building on a debian buster host, but as
the debootstrap support was removed in d58332b2 ("bootstrap: remove
isar-bootstrap support") and the alternative (mmdebstrap) requires at
least a bullseye host, the minimal required host version is already
bullseye.

By reverting the patch, the bitbake directory is patch free again.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 bitbake/lib/bb/__init__.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 7d9bc147..eef45fe4 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -12,9 +12,8 @@
 __version__ = "2.8.0"
 
 import sys
-# It was 3.8.0 originally but set to 3.7.3 for Debian Buster
-if sys.version_info < (3, 7, 3):
-    raise RuntimeError("Sorry, python 3.7.3 or later is required for this version of bitbake")
+if sys.version_info < (3, 8, 0):
+    raise RuntimeError("Sorry, python 3.8.0 or later is required for this version of bitbake")
 
 if sys.version_info < (3, 10, 0):
     # With python 3.8 and 3.9, we see errors of "libgcc_s.so.1 must be installed for pthread_cancel to work"
-- 
2.53.0

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260304133148.1838456-3-felix.moessbauer%40siemens.com.

  parent reply	other threads:[~2026-03-04 13:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 13:31 [PATCH 0/3] Update bitbake to 2.8.1 'Felix Moessbauer' via isar-users
2026-03-04 13:31 ` [PATCH 1/3] partial revert of "Bitbake: use LAYERDIR_RE when setting BBFILE_PATTERN_x" 'Felix Moessbauer' via isar-users
2026-03-04 13:31 ` 'Felix Moessbauer' via isar-users [this message]
2026-03-04 13:31 ` [PATCH 3/3] bitbake: Update to 2.8.1 release 'Felix Moessbauer' via isar-users
2026-03-06 10:10   ` Zhihang Wei
2026-03-06 10:25     ` 'MOESSBAUER, Felix' via isar-users
2026-03-06 11:05       ` 'Jan Kiszka' via isar-users
2026-03-06 15:51         ` 'MOESSBAUER, Felix' via isar-users
2026-03-06 15:55           ` Zhihang Wei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260304133148.1838456-3-felix.moessbauer@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=felix.moessbauer@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox