From ec4dc95bc8e6663ee2abe947ca82b13344990a5d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 20 Mar 2018 09:30:48 -0400 Subject: python-paho-mqtt: add logging to RDEPENDS Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-paho-mqtt.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index 23169165f4..f834e6fd87 100644 --- a/meta-python/recipes-devtools/python/python-paho-mqtt.inc +++ b/meta-python/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 \ " -- cgit 1.2.3-korg