diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb new file mode 100644 index 0000000000..d93bc884ee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "MQTT version 3.1/3.1.1 client library" | ||
| 2 | LICENSE = "EPL-1.0 | EDL-1.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc \ | ||
| 4 | file://epl-v10;md5=8d383c379e91d20ba18a52c3e7d3a979 \ | ||
| 5 | file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \ | ||
| 6 | " | ||
| 7 | SRCNAME = "paho-mqtt" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "32f93c0ed92c7439f7a715ed258fd35d" | ||
| 12 | SRC_URI[sha256sum] = "9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae" | ||
| 13 | |||
| 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
| 15 | |||
| 16 | RDEPENDS_${PN} = "\ | ||
| 17 | ${PYTHON_PN}-io \ | ||
| 18 | ${PYTHON_PN}-logging \ | ||
| 19 | ${PYTHON_PN}-math \ | ||
| 20 | ${PYTHON_PN}-netclient \ | ||
| 21 | ${PYTHON_PN}-threading \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
