]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gobject-introspection: add required python modules to rdepends
authorKai Kang <kai.kang@windriver.com>
Fri, 12 Oct 2018 05:47:31 +0000 (13:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Oct 2018 07:44:02 +0000 (08:44 +0100)
It fails to run g-ir-scanner from package gobject-introspection that
missing python modules 'xml' and 'pickle'. Add them to rdepends.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb

index de898a788b0809cf2fc90ba728fe76e74bd7346b..2c8cfa6bd95a7020f35c33aad88caae68c6e219b 100644 (file)
@@ -194,4 +194,6 @@ FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c \
 FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/"
 FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a"
 
+RDEPENDS_${PN} = "python3-pickle python3-xml"
+
 BBCLASSEXTEND = "native"