From a195e0471d0df0ac26e00d6fcb3a2786e080a643 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 4 Apr 2018 16:40:35 +0300 Subject: python3-pygobject: remove duplication in inherit Since gnomebase class already inherits autotools and pkgconfig, there is no need to repeat it here. (From OE-Core rev: 2eb7ba6cb68e171c880bcb1fc614f1ae6b300e4f) Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygobject_3.28.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb index ad0117a2f4..97286f4e80 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.28.1.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" -inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even +inherit gnomebase distutils3-base gobject-introspection upstream-version-is-even DEPENDS += "python3 glib-2.0" -- cgit v1.2.3-54-g00ecf