[oe] [meta-python][PATCH] python-paho-mqtt: update RDEPENDS to work on minimal python install

Derek Straka derek at asterius.io
Wed Nov 29 18:12:01 UTC 2017


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-paho-mqtt.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
index 9efbd2f..6459e68 100644
--- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc
+++ b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
@@ -15,5 +15,7 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native"
 RDEPENDS_${PN} = "\
                ${PYTHON_PN}-math \
                ${PYTHON_PN}-io \
+               ${PYTHON_PN}-netclient \
                ${PYTHON_PN}-threading \
+               ${PYTHON_PN}-subprocess \
 "
-- 
2.7.4




More information about the Openembedded-devel mailing list