It seems to be bigger issue in multiple python recipes (numpy was the
only one shown in my image builds), in world build with ccache enabled
I see:
meta-oe/meta-python/recipes-devtools/python/python3-msgpack_1.0.8.bb:do_compile)
failed with exit code '1'
meta-oe/meta-python/recipes-devtools/python
* fails to parse CXX correctly since the setuptools upgrade from 72.1.0 to
72.2.0
* it can be resolved by upgrading numpy as in:
https://lists.openembedded.org/g/openembedded-core/message/203231
which switches from setuptools3 to python_mesonpy, but before that
is merged, we can just disable