mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
093e32fe62
commit
a1d02f9721
@ -11,4 +11,4 @@ PYPI_PACKAGE = "pyconnman"
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "python-dbus python-pprint"
|
||||
RDEPENDS_${PN} = "connman python-dbus python-pprint"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user