[oe-commits] [meta-openembedded] 36/90: python-paho-mqtt: add logging to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 00:00:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit ec4dc95bc8e6663ee2abe947ca82b13344990a5d
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Mar 20 09:30:48 2018 -0400

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

diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc
index 2316916..f834e6f 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list