On Fri, 12 Dec 2025 at 10:19, Martin Schwan via lists.openembedded.org
<[email protected]> wrote:
> +python do_update_crates() {
> +    import tomllib

Sadly this is a problem right here.

tomllib is available since python 3.11, and the minimum python
requirement for oe-core is 3.9, as seen in sanity.bbclass. Yocto CI
builds are executed on older distibutions to check that dependencies
on newer python features do not creep in. I suspect this is why this
was and still should be piped into python3-native, since that is
provided from a recipe in oe-core.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227595): 
https://lists.openembedded.org/g/openembedded-core/message/227595
Mute This Topic: https://lists.openembedded.org/mt/116743596/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to