New issue by rubin55 on void-packages repository https://github.com/void-linux/void-packages/issues/40238 Description: ### Is this a new report? Yes ### System Info Void 5.19.16_1 x86_64 AuthenticAMD uptodate rrmFFFF ### Package(s) Affected python3-bluez-0.23_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? No. ### Expected behaviour ``` Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import bluetooth >>> ``` ### Actual behaviour ``` Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import bluetooth Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'bluetooth' ``` ### Steps to reproduce 1. install python3, observe you obtain python 3.10.x 2. install python3-bluez 3. ls /usr/lib/python3.9/site-packages, observe this is the only module there 4. ls /usr/lib/python3.10/site-packages, observe it contains lots of packages 5. try to import bluetooth with python 3.10, observe it not finding the module