From 13621e8ac158e1eb65a04054899f7cdec796d38f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 27 Apr 2016 13:56:53 +0100 Subject: python-pygobject: remove redundant gnome-common dependency The gnomebase class already depends on gnome-common-native, so there's no need to depend on it again. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb index a9871fe265..00c50795a1 100644 --- a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb +++ b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" inherit autotools pkgconfig gnomebase distutils-base gobject-introspection -DEPENDS += "python glib-2.0 gnome-common" +DEPENDS += "python glib-2.0" SRCNAME="pygobject" SRC_URI = " \ -- cgit 1.2.3-korg