From d739209e126cfaaa521625607ff870a152442894 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 16:52:51 +0100 Subject: [PATCH] python3-paho-mqtt: remove obsolete DEPENDS These dependencies are no longer needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb index ae89f2ae2b..aa6ffb8526 100644 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb @@ -10,8 +10,6 @@ PYPI_PACKAGE = "paho_mqtt" SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834" -DEPENDS += "python3-pytest-runner-native" - do_install:append() { install -d -m0755 ${D}${datadir}/${BPN}/examples cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples