There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages python3-enable-bluetooth https://github.com/void-linux/void-packages/pull/36640 python3: enable bluetooth sockets #### 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 A patch file from https://github.com/void-linux/void-packages/pull/36640.patch is attached