summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
index 81a6d0a9c9..9055772b57 100644
--- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.6.1.bb
@@ -9,7 +9,7 @@ inherit pypi setuptools3
9 9
10SRC_URI[sha256sum] = "2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f" 10SRC_URI[sha256sum] = "2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f"
11 11
12DEPENDS += "${PYTHON_PN}-pytest-runner-native" 12DEPENDS += "python3-pytest-runner-native"
13 13
14do_install:append() { 14do_install:append() {
15 install -d -m0755 ${D}${datadir}/${BPN}/examples 15 install -d -m0755 ${D}${datadir}/${BPN}/examples
@@ -18,16 +18,16 @@ do_install:append() {
18 18
19PACKAGES =+ "${PN}-examples" 19PACKAGES =+ "${PN}-examples"
20 20
21RDEPENDS:${PN}-examples += "${PN} ${PYTHON_PN}-core" 21RDEPENDS:${PN}-examples += "${PN} python3-core"
22 22
23FILES:${PN}-examples = "${datadir}/${BPN}/examples" 23FILES:${PN}-examples = "${datadir}/${BPN}/examples"
24 24
25RDEPENDS:${PN} = "\ 25RDEPENDS:${PN} = "\
26 ${PYTHON_PN}-io \ 26 python3-io \
27 ${PYTHON_PN}-logging \ 27 python3-logging \
28 ${PYTHON_PN}-math \ 28 python3-math \
29 ${PYTHON_PN}-netclient \ 29 python3-netclient \
30 ${PYTHON_PN}-threading \ 30 python3-threading \
31" 31"
32 32
33BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"