There's a closed pull request on the void-packages repository python3: enable bluetooth sockets https://github.com/void-linux/void-packages/pull/36640 Description: #### Testing the changes - I tested the changes in this PR: **YES** I've been using `python3-bluez` for bluetooth sockets, but this package was removed because it was not compatible with python 3.10 (this has been fixed upstream, but not released yet, see #33626) TIL that bluetooth sockets are available in python stdlib. However, they need to be enabled. That's what this PR does. Note, however, that this seems to create a circular build dependency, since `bluez` hostmakedepends on `python3-docutils`for its `rst2man` tool. I don't know if this would cause any trouble, and if so what is the standard solution. The tarball of `bluez`contains prebuilt manpages; although a couple would need to be patched for paths, this ought to be easy (I could do it). CC: @ahesford