Browse Source

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)
lilik-openwrt-22.03
Jan Hoffmann 2 years ago
committed by Josef Schlehofer
parent
commit
0fd2eb51af
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python-paho-mqtt/Makefile

+ 1
- 1
lang/python/python-paho-mqtt/Makefile 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


Loading…
Cancel
Save