diff options
-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 = "" |