mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 22:43:55 +08: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>
This commit is contained in:
parent
e27af3a0f1
commit
a54b8ebf60
@ -25,7 +25,7 @@ define Package/python3-paho-mqtt
|
|||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=MQTT version 5.0/3.1.1 client class
|
TITLE:=MQTT version 5.0/3.1.1 client class
|
||||||
URL:=http://eclipse.org/paho
|
URL:=http://eclipse.org/paho
|
||||||
DEPENDS:=+python3-light
|
DEPENDS:=+python3-light +python3-uuid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-paho-mqtt/description
|
define Package/python3-paho-mqtt/description
|
||||||
|
Loading…
Reference in New Issue
Block a user