New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/23451#issuecomment-655031954 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.