python-paho-mqtt: add missing dependency
authorJan Hoffmann <redacted>
Wed, 3 Aug 2022 15:00:08 +0000 (17:00 +0200)
committerJan Hoffmann <redacted>
Wed, 3 Aug 2022 15:04:42 +0000 (17:04 +0200)
The uuid module has been split out into a separate package with the
update to Python 3.10.

Signed-off-by: Jan Hoffmann <redacted>
lang/python/python-paho-mqtt/Makefile

index e7e3212fce39d00dd49741942a77c450469cd0ce..fd9e627ca4e76df7f90694875b6d76a37b03f719 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT