mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-paho-mqtt: make recipe available as python3 version
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f882211c14
commit
4175dc4a8b
14
meta-python/recipes-devtools/python/python-paho-mqtt.inc
Normal file
14
meta-python/recipes-devtools/python/python-paho-mqtt.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "MQTT version 3.1/3.1.1 client library"
|
||||
LICENSE = "EPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
|
||||
SRCNAME = "paho-mqtt"
|
||||
|
||||
inherit pypi
|
||||
SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
|
||||
SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
@@ -1,15 +1,3 @@
|
||||
SUMMARY = "MQTT version 3.1/3.1.1 client library"
|
||||
LICENSE = "EPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=eb48c6ee2cb9f5b8b9fe75e6f817bdfc"
|
||||
SRCNAME = "paho-mqtt"
|
||||
inherit setuptools
|
||||
require python-paho-mqtt.inc
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-math \
|
||||
python-io \
|
||||
python-threading \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "241150b3fcb920ddca4d33181f3238b1"
|
||||
SRC_URI[sha256sum] = "9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
inherit setuptools3
|
||||
require python-paho-mqtt.inc
|
||||
|
||||
Reference in New Issue
Block a user