From 8708551b1554b3b5dadf3b0ca48e4d0bd51f320d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 13:53:41 +0100 Subject: [PATCH] python3-paho-mqtt: remove redundant assignments Both S and UPSTREAM_CHECK_PYPI_PACKAGE are set to the default values, so remove them. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-paho-mqtt_2.1.0.bb | 4 ---- 1 file changed, 4 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 d01145c043..ae89f2ae2b 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,10 +10,6 @@ PYPI_PACKAGE = "paho_mqtt" SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834" -UPSTREAM_CHECK_PYPI_PACKAGE = "paho_mqtt" - -S = "${UNPACKDIR}/paho_mqtt-${PV}" - DEPENDS += "python3-pytest-runner-native" do_install:append() {