diff options
-rw-r--r-- | bigclown-control-tools/Makefile | 2 | ||||
-rw-r--r-- | bigclown-gateway/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bigclown-control-tools/Makefile b/bigclown-control-tools/Makefile index cf5fffc..12f5495 100644 --- a/bigclown-control-tools/Makefile +++ b/bigclown-control-tools/Makefile @@ -11,7 +11,7 @@ $(call include_mk, python3-package.mk) define Package/$(PKG_NAME) TITLE:=BigCLown control tools - DEPENDS:=+python3 +click-log +python3-influxdb + DEPENDS:=+python3 +click-log +python3-influxdb +python3-pyyaml +python3-pyserial +python3-simplejson endef define Py3Package/$(PKG_NAME)/install 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 |