sip3, python3-sip3 fix deps

This commit is contained in:
ertugerata
2015-09-07 23:47:01 +03:00
parent 2497b14880
commit b11f1a78b5
8 changed files with 164 additions and 8 deletions
@@ -0,0 +1,12 @@
diff -Naur dbus-python-0.83.0.orig/dbus/connection.py dbus-python-0.83.0/dbus/connection.py
--- dbus-python-0.83.0.orig/dbus/connection.py 2009-04-22 13:58:33.000000000 +0300
+++ dbus-python-0.83.0/dbus/connection.py 2009-04-22 13:58:40.000000000 +0300
@@ -239,7 +239,7 @@
ProxyObjectClass = ProxyObject
def __init__(self, *args, **kwargs):
- super(Connection, self).__init__(*args, **kwargs)
+ super(Connection, self).__init__()
# this if-block is needed because shared bus connections can be
# __init__'ed more than once