All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko][PATCH] bluez5.inc: fix python3 core dependency for testtools
@ 2018-01-22 17:05 Isaac Hermida
  0 siblings, 0 replies; only message in thread
From: Isaac Hermida @ 2018-01-22 17:05 UTC (permalink / raw)
  To: poky

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@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}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-22 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 17:05 [rocko][PATCH] bluez5.inc: fix python3 core dependency for testtools Isaac Hermida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.