[poky] [rocko][PATCH] bluez5.inc: fix python3 core dependency for testtools

Isaac Hermida isaac.hermida at digi.com
Mon Jan 22 09:05:15 PST 2018


Commit 62b28136c0114e4e9c19d3b62714bae23d73bc81 updated the python3 metapackage
to include python3-modules instead of python3-core.
Adapt the testtools dependency to depend on python-core instead of metapackage
python.

Signed-off-by: Isaac Hermida <isaac.hermida at digi.com>
---
 meta/recipes-connectivity/bluez5/bluez5.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 1807aa7c96d5..3e3b8238e2f8 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -130,7 +130,7 @@ def get_noinst_tools_paths (d, bb, tools):
 
 FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}"
 
-RDEPENDS_${PN}-testtools += "python3 python3-dbus python3-pygobject"
+RDEPENDS_${PN}-testtools += "python3-core python3-dbus python3-pygobject"
 
 SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}"
 INITSCRIPT_PACKAGES = "${PN}"


More information about the poky mailing list