dbus-python/python39.patch
Petr Šabata 132c6c6079 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/dbus-python#512ab82e44f689e86be8028b9e542a3735eba834
2020-10-14 23:30:17 +02:00

13 lines
232 B
Diff

--- a/dbus/service.py
+++ b/dbus/service.py
@@ -32,7 +32,7 @@
import logging
import threading
import traceback
-from collections import Sequence
+from collections.abc import Sequence
import _dbus_bindings
from dbus import (