[oe-commits] [openembedded-core] 06/09: python3-pygobject: Add missing pkgutil RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Aug 12 15:24:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 50048ff2da2cc209fe6bf1452dc2cf2a545fe886
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Aug 9 10:41:55 2019 +0100

    python3-pygobject: Add missing pkgutil RDEPENDS
    
    With the removal of setuputils, there was a missing runtime dependency on pkgutil
    which was breaking the selftests for gobject-introspection at runtime. Fix this.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-pygobject_3.32.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
index 453fdac..476957e 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.32.2.bb
@@ -23,6 +23,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}"
 
+RDEPENDS_${PN} += "python3-pkgutil"
+
 # python3-pycairo is checked on configuration -> DEPENDS
 # we don't link against python3-pycairo -> RDEPENDS
 PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python3-pycairo, python3-pycairo"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list