mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-23 11:21:11 +00:00
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user