mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:17:38 +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:
parent
613a05bfc7
commit
f58c2595c6
@ -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 = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user