There is a new pull request by fosslinux against master on the void-packages repository https://github.com/fosslinux/void-packages python-pyQt5-makedepends https://github.com/void-linux/void-packages/pull/22109 python-pyQt5 fixes 1. It didn't build for me natively on x86_64 because `qmake` couldnt find `qt5` on the host. Hence, I added it to `hostmakedepends`. LMK if this is the wrong way to do it and it should be patched out instead. 2. There is a `mv` recursive move warning in pre_build that I silenced. 3. I made xlint happy. Letting travis run, I only tested x86_64 natively. A patch file from https://github.com/void-linux/void-packages/pull/22109.patch is attached