[oe-commits] [meta-openembedded] 17/40: python-paho-mqtt: update RDEPENDS to work on minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 16:04:34 UTC 2017


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

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

commit 3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 13:12:01 2017 -0500

    python-paho-mqtt: update RDEPENDS to work on minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-paho-mqtt.inc | 2 ++
 1 file changed, 2 insertions(+)

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

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


More information about the Openembedded-commits mailing list