[oe] [meta-oe][PATCH] python3-pygobject: fix runtime dependency on pkgutils to use python3 variant

Martin Jansa martin.jansa at gmail.com
Wed Jan 22 22:37:54 UTC 2020


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
index f1c46c9319..e06f4dc01d 100644
--- a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
+++ b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
@@ -29,5 +29,5 @@ PACKAGECONFIG[tests] = "-Dtests=true, -Dtests=false, , "
 EXTRA_OEMESON_append = " -Dpython=python3"
 
 BBCLASSEXTEND = "native"
-RDEPENDS_${PN} = "python-pkgutil"
+RDEPENDS_${PN} = "python3-pkgutil"
 RDEPENDS_${PN}_class-native = ""
-- 
2.20.1



More information about the Openembedded-devel mailing list