diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2017-02-16 13:29:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-20 11:50:11 +0100 |
commit | a1d02f972143647bb8094797982b643c1b375c1e (patch) | |
tree | 98e907634599f38d616a7cf42fc937b0f83063cf /meta-python/recipes-connectivity | |
parent | 093e32fe629db034ca9cfb1b6279d9f09cb362a3 (diff) | |
download | meta-openembedded-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/recipes-connectivity')
-rw-r--r-- | meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb | 2 |
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 6eeab7e47..4d76cc536 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" | |||
11 | 11 | ||
12 | inherit pypi setuptools | 12 | inherit pypi setuptools |
13 | 13 | ||
14 | RDEPENDS_${PN} = "python-dbus python-pprint" \ No newline at end of file | 14 | RDEPENDS_${PN} = "connman python-dbus python-pprint" |