From 0fd2eb51af1da1c80d40e065ab921b03c24d7ab4 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Wed, 3 Aug 2022 17:00:08 +0200 Subject: [PATCH] python-paho-mqtt: add missing dependency The uuid module has been split out into a separate package with the update to Python 3.10. Signed-off-by: Jan Hoffmann (cherry picked from commit 52ae0a2018473964c5d631ba2c603065e0227858) --- lang/python/python-paho-mqtt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile index e7e3212fc..fd9e627ca 100644 --- a/lang/python/python-paho-mqtt/Makefile +++ b/lang/python/python-paho-mqtt/Makefile @@ -25,7 +25,7 @@ define Package/python3-paho-mqtt SUBMENU:=Python TITLE:=MQTT version 5.0/3.1.1 client class URL:=http://eclipse.org/paho - DEPENDS:=+python3-light + DEPENDS:=+python3-light +python3-uuid endef define Package/python3-paho-mqtt/description