Bug#1142224: vulkan-loader: new upstream release 1.4.350.1
Simon McVittie <[email protected]> Tue, 4 Aug 2026 14:14:15 +0100
| Newsgroups | gmane.linux.debian.devel.x |
|---|---|
| Message-ID | <anHlp4Sb59rFaL2c__7067.12848493538$1785849807$gmane$org@descent> |
On Tue, 04 Aug 2026 at 13:34:14 +0300, Timo Aaltonen wrote:
> it fails the build the same way:
>
...
> ModuleNotFoundError: No module named 'reg'
...
> which is weird, as header install is the same as before.
I think the error message is a lie (reported as
<https://github.com/KhronosGroup/Vulkan-Loader/issues/1993>)
and the actual problem is that the codegen has a new dependency on
python3-pyparsing, which you haven't added to Build-Depends yet. I haven't
tested the result of adding that B-D, but it looks promising so far!
smcv