diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:17:56 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:06 -0700 |
| commit | 0c8cc8ee55bd5dc7fd578fed33dd0a874d8b8636 (patch) | |
| tree | b0af87a049b03210aca1c877a0cf721105608aca | |
| parent | 415b4b3dc5c96942e2faeb6ef731960127fb01c5 (diff) | |
| download | meta-openembedded-0c8cc8ee55bd5dc7fd578fed33dd0a874d8b8636.tar.gz | |
python3-paho-mqtt: use correct Python build backend class
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 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 88a07f20ee..86cf034394 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 | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e5f264c6988aec56808a3a11e77b913 \ | |||
| 5 | " | 5 | " |
| 6 | SRCNAME = "paho-mqtt" | 6 | SRCNAME = "paho-mqtt" |
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling python_setuptools_build_meta | 8 | inherit pypi python_hatchling |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834" | 10 | SRC_URI[sha256sum] = "12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834" |
| 11 | 11 | ||
