Hi, On Tue Aug 18, 2026 at 2:18 PM CEST, Richard Purdie via lists.openembedded.org wrote: [...] >> I don't really understand it yet, the issue is always the same it seems: >> >> '"/usr/lib/python3.14/site-packages/pygments/util.py", ' >> 'line 13, in <module>\n' >> ' import html\n' >> "ModuleNotFoundError: No module named 'html'\n" >> >> Yet the html module is provided by python3, and does show up in >> python3-pygments' sysroot when I build it: >> >> tmp/work/cortexa57-oe-linux/python3-pygments/2.21.0/recipe-sysroot/usr/lib/python3.14/html/ > > Those are ptest runtime errors (i.e. an image booted under qemu) so > probably a missing RDEPENDS on a python module somewhere...
You're right. I didn't realise the html module was packaged separately (python3-html). Adding the runtime dependency fixes the issue for me. Thanks! v2 incoming. Antonin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243681): https://lists.openembedded.org/g/openembedded-core/message/243681 Mute This Topic: https://lists.openembedded.org/mt/120787921/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
