summaryrefslogtreecommitdiff
path: root/bigclown-gateway
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-09-14 13:29:07 +0200
committerKarel Kočí <cynerd@email.cz>2018-09-14 13:29:07 +0200
commitd3997b58d70027875704feefe55c5926308af9d8 (patch)
tree843cec29c2bc5936734fe1e4132e3aa7e9c98d13 /bigclown-gateway
parent90a56b0f739de9d49e4f2470d5326508e69c85c0 (diff)
downloadopenwrt-personal-pkgs-d3997b58d70027875704feefe55c5926308af9d8.tar.gz
openwrt-personal-pkgs-d3997b58d70027875704feefe55c5926308af9d8.tar.bz2
openwrt-personal-pkgs-d3997b58d70027875704feefe55c5926308af9d8.zip
Add some additional dependencies
Diffstat (limited to 'bigclown-gateway')
-rw-r--r--bigclown-gateway/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile
index df17fd6..03b25b1 100644
--- a/bigclown-gateway/Makefile
+++ b/bigclown-gateway/Makefile
@@ -11,7 +11,7 @@ $(call include_mk, python3-package.mk)
define Package/$(PKG_NAME)
TITLE:=BigCLown gateway
- DEPENDS:=+python3 +mosquitto +mosquitto-client +kmod-usb-serial-ftdi +kmod-usb-acm
+ DEPENDS:=+python3 +mosquitto +mosquitto-client +kmod-usb-serial-ftdi +kmod-usb-acm +python3-paho-mqtt +python3-pyyaml +python3-pyserial +python3-simplejson
endef
define Py3Package/$(PKG_NAME)/install