mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +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"
|
EXTRA_OEMESON_append = " -Dpython=python3"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
RDEPENDS_${PN} = "python-pkgutil"
|
RDEPENDS_${PN} = "python3-pkgutil"
|
||||||
RDEPENDS_${PN}_class-native = ""
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user