| Message ID | 20260904125343.693490-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/3] python3-paho-mqtt: remove redundant assignments | expand |
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() {
Both S and UPSTREAM_CHECK_PYPI_PACKAGE are set to the default values, so remove them. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-devtools/python/python3-paho-mqtt_2.1.0.bb | 4 ---- 1 file changed, 4 deletions(-)