There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages pybluez https://github.com/void-linux/void-packages/pull/33626 python3-bluez: restore package, update to 0.23+20210920 Compilation with python 3.10 is fixed upstream as of 20210920. This reverts commit 5957216. Other changes - update to 20210920; one could cherry pick the commits that fix the module for python 3.10, but it's more than one (37d7888 is enough to compile but there are other failures due to python 3.10 changes). - remove python3-devel from hostmakedepends. - add python3 to depends. - add make_check=no ; there are no tests and setup.py test fails. - adopt #### General - I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me I have a script to read the battery level from my BT headset and it works with this update. This the only way I know how to do it. A patch file from https://github.com/void-linux/void-packages/pull/33626.patch is attached