python-pyconnman: rdepend on connman

Having pyconnman installed without connman is useless, so make sure
it's pulled at runtime. Connman can also be installed via a 'base'
image packagegroup, but let's also add it to rdepend to be safe.

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ioan-Adrian Ratiu 2017-02-16 13:29:51 +02:00 committed by Martin Jansa
parent 093e32fe62
commit a1d02f9721

View File

@ -11,4 +11,4 @@ PYPI_PACKAGE = "pyconnman"
inherit pypi setuptools
RDEPENDS_${PN} = "python-dbus python-pprint"
RDEPENDS_${PN} = "connman python-dbus python-pprint"