diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 13:12:01 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05 (patch) | |
tree | 68297ed3f7b23cfc2ec8dc8f24e62b218fdd988a /meta-python | |
parent | fd587cabdbc8db5f8aa992d6c74f62104e789d8e (diff) | |
download | meta-openembedded-3a8fea2d25cf7916f9e0a6ed96b43e21a565cf05.tar.gz |
python-paho-mqtt: update RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-paho-mqtt.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-paho-mqtt.inc b/meta-python/recipes-devtools/python/python-paho-mqtt.inc index 9efbd2f1e..6459e68b4 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" | |||
15 | RDEPENDS_${PN} = "\ | 15 | RDEPENDS_${PN} = "\ |
16 | ${PYTHON_PN}-math \ | 16 | ${PYTHON_PN}-math \ |
17 | ${PYTHON_PN}-io \ | 17 | ${PYTHON_PN}-io \ |
18 | ${PYTHON_PN}-netclient \ | ||
18 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | ${PYTHON_PN}-subprocess \ | ||
19 | " | 21 | " |