git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bcc877e
)
python-paho-mqtt: add missing dependency
author
Jan Hoffmann
<redacted>
Wed, 3 Aug 2022 15:00:08 +0000
(17:00 +0200)
committer
Jan Hoffmann
<redacted>
Wed, 3 Aug 2022 15:04:42 +0000
(17:04 +0200)
The uuid module has been split out into a separate package with the
update to Python 3.10.
Signed-off-by: Jan Hoffmann <redacted>
lang/python/python-paho-mqtt/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-paho-mqtt/Makefile
b/lang/python/python-paho-mqtt/Makefile
index e7e3212fce39d00dd49741942a77c450469cd0ce..fd9e627ca4e76df7f90694875b6d76a37b03f719 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT