[oe-commits] [meta-openembedded] 01/04: python3-pygobject: fix runtime dependency on pkgutils to use python3 variant

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 23:09:04 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit f58c2595c6967a94dd9ddf87207b8772291deec0
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Wed Jan 22 23:37:54 2020 +0100

    python3-pygobject: fix runtime dependency on pkgutils to use python3 variant
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
index f1c46c9..e06f4dc 100644
--- a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
+++ b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
@@ -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 = ""

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


More information about the Openembedded-commits mailing list