New issue by ysftaha on void-packages repository https://github.com/void-linux/void-packages/issues/38730 Description: ### Is this a new report? Yes ### System Info Void 5.18.17_1 x86_64 GenuineIntel uptodate rrFFFFF ### 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 response_ ### Expected behaviour importing bluetooth module in a python3.10 script works. ### Actual behaviour ```sh $ /bin/cat foo.py #!/bin/python3 import bluetooth $ /bin/python3 foo.py Traceback (most recent call last): File "/home/u/tmp/Bluetooth_Headset_Battery_Level/test.py", line 2, in import bluetooth ModuleNotFoundError: No module named 'bluetooth' $ ``` ### Steps to reproduce NOTE: similar issue closed in 2019 #1509 1. download the latest python3-bluez 2. import bluetooth in a python script 3. run script P.S. pybluez lives in /usr/lib/python3.9/site-packages/PyBluez-0.23-py3.9.egg-info (notice the 3.9 not 3.10 yet)