diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb | 3 |
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 | ||
| 14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${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 | ||
| 20 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}" | ||
| 21 | |||
| 21 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
