python3-pygobject: fix runtime dependency on pkgutils to use python3 variant

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa
2020-01-22 23:37:54 +01:00
committed by Khem Raj
parent 613a05bfc7
commit f58c2595c6
@@ -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 = ""