From a1d02f972143647bb8094797982b643c1b375c1e Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Thu, 16 Feb 2017 13:29:51 +0200 Subject: 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 Signed-off-by: Martin Jansa --- .../recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-connectivity') diff --git a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb index 6eeab7e475..4d76cc5366 100644 --- a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb +++ b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb @@ -11,4 +11,4 @@ PYPI_PACKAGE = "pyconnman" inherit pypi setuptools -RDEPENDS_${PN} = "python-dbus python-pprint" \ No newline at end of file +RDEPENDS_${PN} = "connman python-dbus python-pprint" -- cgit 1.2.3-korg