FS#76008 - [python-bleak] 0.17 depends on dbus_fast, not dbus_next

Attached to Project: Community Packages
Opened by Xiretza (xiretza) - Sunday, 25 September 2022, 09:06 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 26 September 2022, 08:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

python-bleak now uses dbus_fast instead of dbus_next: https://github.com/hbldh/bleak/commit/f8f312503c3c62ae2addf53dd28e5b63c75b368b

Steps to reproduce:

# pacman -S python-bleak=0.17.0
$ python -c 'import bleak
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/bleak/__init__.py", line 40, in <module>
from bleak.backends.bluezdbus.scanner import ( # noqa: F401
File "/usr/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 6, in <module>
from dbus_fast import Variant
ModuleNotFoundError: No module named 'dbus_fast'
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Monday, 26 September 2022, 08:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.18.1

Loading...