diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-01-22 23:37:54 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 15:08:42 -0800 |
commit | f58c2595c6967a94dd9ddf87207b8772291deec0 (patch) | |
tree | fa68d59f82654f0cf2b2c66c83f6bd8ce47dd16c | |
parent | 613a05bfc7970446e0b744a65c48ba75041533c6 (diff) | |
download | meta-openembedded-f58c2595c6967a94dd9ddf87207b8772291deec0.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 f1c46c9319..e06f4dc01d 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, , " | |||
29 | EXTRA_OEMESON_append = " -Dpython=python3" | 29 | EXTRA_OEMESON_append = " -Dpython=python3" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
32 | RDEPENDS_${PN} = "python-pkgutil" | 32 | RDEPENDS_${PN} = "python3-pkgutil" |
33 | RDEPENDS_${PN}_class-native = "" | 33 | RDEPENDS_${PN}_class-native = "" |