From 46dbbb2b66ed7cd51f89c71c46ceee83fcc462fc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 22 Feb 2016 19:40:12 +0200 Subject: python-dbusmock: use real introspection instead on legacy pygobject The patch that switches to pygobject can be now dropped, because real introspection is provided in oe-core. Signed-off-by: Alexander Kanavin --- ...-t-use-gobject-introspection-for-bindings.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-dbusmock/0001-Don-t-use-gobject-introspection-for-bindings.patch (limited to 'meta-python/recipes-devtools/python/python-dbusmock') diff --git a/meta-python/recipes-devtools/python/python-dbusmock/0001-Don-t-use-gobject-introspection-for-bindings.patch b/meta-python/recipes-devtools/python/python-dbusmock/0001-Don-t-use-gobject-introspection-for-bindings.patch deleted file mode 100644 index f3ab53c546..0000000000 --- a/meta-python/recipes-devtools/python/python-dbusmock/0001-Don-t-use-gobject-introspection-for-bindings.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 29960f2fce7ab42ed0a1bf8ce96499fdb6eedf3c Mon Sep 17 00:00:00 2001 -From: Simon Busch -Date: Tue, 25 Mar 2014 15:28:54 +0100 -Subject: [PATCH] Don't use gobject introspection for bindings - -In our environment we're not providing the glib python bindings through -introspection but just pygobject so we need to use the right import. - -Signed-off-by: Simon Busch ---- - dbusmock/__main__.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/dbusmock/__main__.py b/dbusmock/__main__.py -index 44b63fb..bfd089c 100644 ---- a/dbusmock/__main__.py -+++ b/dbusmock/__main__.py -@@ -51,7 +51,7 @@ def parse_args(): - - if __name__ == '__main__': - import dbus.mainloop.glib -- from gi.repository import GLib -+ import glib as GLib - - args = parse_args() - dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) --- -1.7.9.5 - -- cgit 1.2.3-korg