mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user