aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 13:12:01 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05 (patch)
tree68297ed3f7b23cfc2ec8dc8f24e62b218fdd988a
parentfd587cabdbc8db5f8aa992d6c74f62104e789d8e (diff)
downloadmeta-openembedded-3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05.tar.gz
python-paho-mqtt: update RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-paho-mqtt.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
index 9efbd2f1ee..6459e68b4a 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 \
"