projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31488c
)
python-paho-mqtt: add missing dependency
author
Jan Hoffmann
<jan@3e8.eu>
Wed, 3 Aug 2022 15:00:08 +0000
(17:00 +0200)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sat, 6 Aug 2022 22:23:03 +0000
(
00:23
+0200)
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
52ae0a2018473964c5d631ba2c603065e0227858
)
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