New comment by toluschr on void-packages repository https://github.com/void-linux/void-packages/pull/23451#issuecomment-655035133 Comment: > Please fix the `python_version` failure. The two files affected by `python_version` appear to be > > ``` > /usr/share/kodi/addons/service.xbmc.versioncheck/service.py > /usr/share/kodi/addons/service.xbmc.versioncheck/lib/viewer.py > ``` > > and, at first glance, appear to be compatible with Python 3. In that case, `python_version=3` is probably acceptable. If you know for a fact that these only work with Python 2, then remove the `#unverified` comment. > > Looking at the files, it's not clear to me that they will even run; I don't see where the `xbmc`, `xbmcgui` or `xbmcaddon` modules are provided in any Void package. However, I am wholly unfamiliar with kodi. I'm not sure what I should fix here, since this PR is for updating fmt and not fixing kodi. I don't even know what kodi is and how the template/build process works. Perhaps a new PR should be created.