aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-paho-mqtt.inc
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
commit1d88ac0b62ae34c5f5bf994d98102c96984d2ae1 (patch)
tree6b30f8ac48438488f1978d7f081c9f8c4df2cd46 /recipes-devtools/python/python-paho-mqtt.inc
parentf7aa196fecd7a65c85e786b2db2b7f526dbb19da (diff)
downloadmeta-python2-1d88ac0b62ae34c5f5bf994d98102c96984d2ae1.tar.gz
python-paho-mqtt: update RDEPENDS to work on minimal python install
(From meta-openembedded commit: 3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-paho-mqtt.inc')
-rw-r--r--recipes-devtools/python/python-paho-mqtt.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-paho-mqtt.inc b/recipes-devtools/python/python-paho-mqtt.inc
index 9efbd2f..6459e68 100644
--- a/recipes-devtools/python/python-paho-mqtt.inc
+++ b/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 \
"