There is an updated pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages python https://github.com/void-linux/void-packages/pull/21328 Add missing python_version=2 to packages the require it This fixes #21323, where packages use `pycompile_dirs` without declaring `python_version` or installing packages to `/usr/lib/pythonX.Y` to allow automatic detection of the Python version. Adding the `python_version` (and a few `xlint` fixes) will not change the build outputs, so I have not revbumped these templates and am skipping CI. A patch file from https://github.com/void-linux/void-packages/pull/21328.patch is attached