diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb index 43125927cd..6f7d9a09ec 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |||
@@ -26,7 +26,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
26 | 26 | ||
27 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
28 | 28 | ||
29 | RDEPENDS:${PN} += "python3-pkgutil" | 29 | RDEPENDS:${PN} += " \ |
30 | python3-io \ | ||
31 | python3-pkgutil \ | ||
32 | " | ||
30 | 33 | ||
31 | # python3-pycairo is checked on configuration -> DEPENDS | 34 | # python3-pycairo is checked on configuration -> DEPENDS |
32 | # we don't link against python3-pycairo -> RDEPENDS | 35 | # we don't link against python3-pycairo -> RDEPENDS |