diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb b/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb index 17438cd756..8e1f0f93fe 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.30.2.bb | |||
| @@ -12,11 +12,11 @@ inherit pypi python_setuptools_build_meta | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
| 15 | ${PYTHON_PN}-dbus \ | 15 | python3-dbus \ |
| 16 | ${PYTHON_PN}-unittest \ | 16 | python3-unittest \ |
| 17 | ${PYTHON_PN}-xml \ | 17 | python3-xml \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}" | 20 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}python3-pygobject', '', d)}" |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
