aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-paho-mqtt.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 09:30:48 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:07 -0700
commit06d9ab561fb934c77c8ba02b154129bcc8f3b80a (patch)
treeef4cf9ff66e8196dfde736d144e3e07e6d747e68 /recipes-devtools/python/python-paho-mqtt.inc
parentdc7c79922e251c2bc21d5b4d1324fa4b37967287 (diff)
downloadmeta-python2-06d9ab561fb934c77c8ba02b154129bcc8f3b80a.tar.gz
python-paho-mqtt: add logging to RDEPENDS
(From meta-openembedded commit: ec4dc95bc8e6663ee2abe947ca82b13344990a5d) Signed-off-by: Derek Straka <derek@asterius.io> 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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-paho-mqtt.inc b/recipes-devtools/python/python-paho-mqtt.inc
index 2316916..f834e6f 100644
--- a/recipes-devtools/python/python-paho-mqtt.inc
+++ b/recipes-devtools/python/python-paho-mqtt.inc
@@ -13,8 +13,9 @@ SRC_URI[sha256sum] = "31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0
DEPENDS += "${PYTHON_PN}-pytest-runner-native"
RDEPENDS_${PN} = "\
- ${PYTHON_PN}-math \
${PYTHON_PN}-io \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-math \
${PYTHON_PN}-netclient \
${PYTHON_PN}-threading \
"