summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
index 32a43e00b9..64e0ae8811 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
@@ -13,9 +13,10 @@ DEPENDS += "python3-setuptools-scm-native"
13 13
14RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-dbus \ 15 ${PYTHON_PN}-dbus \
16 ${PYTHON_PN}-pygobject \
17 ${PYTHON_PN}-unittest \ 16 ${PYTHON_PN}-unittest \
18 ${PYTHON_PN}-xml \ 17 ${PYTHON_PN}-xml \
19 " 18 "
20 19
20RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}"
21
21BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"