From: Jan Hoffmann Date: Wed, 3 Aug 2022 15:00:08 +0000 (+0200) Subject: python-paho-mqtt: add missing dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0fd2eb51af1da1c80d40e065ab921b03c24d7ab4;p=feed%2Fpackages.git 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) --- diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile index e7e3212fce..fd9e627ca4 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