graphics/libplacebo: unbreak build with python314
FAILED: [code=1] src/vulkan/utils_gen.c
- stderr ---
Traceback (most recent call last):
File "src/vulkan/utils_gen.py", line 205, in <module>
registry = VkXML(ET.parse(xmlfile))
File "src/vulkan/utils_gen.py", line 50, in __init__
super().__init__(*args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/xml/etree/ElementTree.py", line 531, in __init__
raise TypeError('expected an Element, not %s' %
type(element).__name__)TypeError: expected an Element, not ElementTree
PR: 291922