Merge pull request #19104 from janh/python-paho-mqtt-depends-uuid

python-paho-mqtt: add missing dependency
This commit is contained in:
Alexandru Ardelean 2022-08-05 09:35:15 +03:00 committed by GitHub
commit 203a429951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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