blob: ad1ce6a90fe285fa6793bc2c9afc5af674f22aed [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "MQTT version 3.1/3.1.1 client library"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002LICENSE = "EPL-1.0 | EDL-1.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc \
4 file://epl-v10;md5=8d383c379e91d20ba18a52c3e7d3a979 \
5 file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \
6"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007SRCNAME = "paho-mqtt"
8
9inherit pypi
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010SRC_URI[md5sum] = "b9338236e2836e8579ef140956189cc4"
11SRC_URI[sha256sum] = "2c9ef5494cfc1e41a9fff6544c5a2cd59ea5d401d9119a06ecf7fad6a2ffeb93"
12
13DEPENDS += "${PYTHON_PN}-pytest-runner-native"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014
15RDEPENDS_${PN} = "\
16 ${PYTHON_PN}-math \
17 ${PYTHON_PN}-io \
18 ${PYTHON_PN}-threading \
19"