mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
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>
(cherry picked from commit 52ae0a2018)
This commit is contained in:
committed by
Josef Schlehofer
parent
d31488cf3a
commit
0fd2eb51af
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user