On Tue, 2026-08-18 at 10:04 +0200, Antonin Godard via lists.openembedded.org wrote: > Hi, > > On Tue Aug 18, 2026 at 7:37 AM CEST, Mathieu Dubois-Briand wrote: > > On Mon Aug 17, 2026 at 12:13 PM CEST, Antonin Godard via > > lists.openembedded.org wrote: > > > One notable change from this update is the addition of a Bitbake lexer, > > > which will allow us to do proper Bitbake syntax coloring in our > > > documentation. > > > > > > Full list of changes: > > > https://github.com/pygments/pygments/releases/tag/2.21.0 > > > > > > Tested using this version for the documentation with our > > > buildtools-docs-tarball recipe. > > > > > > Signed-off-by: Antonin Godard <[email protected]> > > > --- > > > > Hi Antonin, > > > > Thanks for your patch. > > > > It looks like this upgrade might be breaking some ptests, for a lot of > > python recipes: > > > > Failed ptests: > > {'python3-click': 'START: ptest-runner\n' > > ... > > Failed ptests: > > {'python3-xmltodict': 'START: ptest-runner\n' > > ... > > Failed ptests: > > {'python3-webcolors': 'START: ptest-runner\n' > > ... > > Failed ptests: > > {'python3-wcwidth': 'START: ptest-runner\n' > > ... > > Failed ptests: > > {'python3-uritools': 'START: ptest-runner\n' > > ... > > > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/56/builds/2181 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/4294 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/4311 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/109/builds/986 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/110/builds/967 > > > > Can you have a look at the issues? > > 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... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243676): https://lists.openembedded.org/g/openembedded-core/message/243676 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]] -=-=-=-=-=-=-=-=-=-=-=-
