We don't need this in theory since:
connman-tests -> python-subprocess -> python-core

But the rpmdeps can't figure out the dependencies recursively, and add
python to fix the warning.

[YOCTO #1662]

Signed-off-by: Robert Yang <[email protected]>
---
 meta/recipes-connectivity/connman/connman.inc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc 
b/meta/recipes-connectivity/connman/connman.inc
index f121a81..d393f13 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -154,7 +154,9 @@ PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client"
 FILES_${PN}-tools = "${bindir}/wispr"
 
 FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
-RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils 
python-subprocess python-fcntl python-netclient"
+RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils \
+    python-subprocess python-fcntl python-netclient python \
+    "
 
 FILES_${PN}-client = "${bindir}/connmanctl"
 
-- 
1.7.9.5

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to