[oe] [meta-python2][PATCH 1/2] python-pyconnman: add target RDEPENDS

Tim Orling ticotimo at gmail.com
Fri Jan 24 08:10:25 UTC 2020


* Missing run-time dependencies:
  - python-numbers
  - python-future

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 .../python-pyconnman/python-pyconnman_0.2.0.bb            | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb b/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
index 77ec0f72..770cc4b9 100644
--- a/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
+++ b/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
@@ -10,4 +10,10 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f
 
 inherit pypi setuptools
 
-RDEPENDS_${PN} += "connman python-dbus python-pprint"
+RDEPENDS_${PN} += "\
+    connman \
+    python-dbus \
+    python-future \
+    python-numbers \
+    python-pprint \
+"
-- 
2.25.0



More information about the Openembedded-devel mailing list