diff options
author | Jan Hoffmann <jan@3e8.eu> | 2022-08-03 17:00:08 +0200 |
---|---|---|
committer | Jan Hoffmann <jan@3e8.eu> | 2022-08-03 17:04:42 +0200 |
commit | 52ae0a2018473964c5d631ba2c603065e0227858 (patch) | |
tree | e8494e68a6da4a8ac8961ec1cec1bd01ee3ee8d6 | |
parent | bcc877e73c34e56a03d1a017ff9871b48579195e (diff) |
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 <jan@3e8.eu>
-rw-r--r-- | lang/python/python-paho-mqtt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |