aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2017-02-16 13:29:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-20 11:50:11 +0100
commita1d02f972143647bb8094797982b643c1b375c1e (patch)
tree98e907634599f38d616a7cf42fc937b0f83063cf /meta-python
parent093e32fe629db034ca9cfb1b6279d9f09cb362a3 (diff)
downloadmeta-openembedded-contrib-a1d02f972143647bb8094797982b643c1b375c1e.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb2
1 files changed, 1 insertions, 1 deletions
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"