diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-11 22:10:50 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-11 22:10:50 +0100 |
commit | a7579c7f3d36949d6464338e8415b68f0ce7e944 (patch) | |
tree | 1cb4aa4df37dd0515a4c5a7583517ed5096c4728 /bigclown-gateway/Makefile | |
parent | 8a0413ef7763e1194d84fb1a7dfda116d5961871 (diff) | |
download | openwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.tar.gz openwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.tar.bz2 openwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.zip |
bigclown: fix dependencies
Diffstat (limited to 'bigclown-gateway/Makefile')
-rw-r--r-- | bigclown-gateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index d32a6fe..d421213 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -23,7 +23,7 @@ define Package/$(PKG_NAME) SUBMENU:=BigClown URL:=https://github.com/bigclownlabs/bch-gateway TITLE:=BigCLown gateway - DEPENDS:=+kmod-usb-serial-ftdi +kmod-usb-acm +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-pyyaml +python3-simplejson + python3-schema python3-appdirs + DEPENDS:=+kmod-usb-serial-ftdi +kmod-usb-acm +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson + python3-schema python3-appdirs endef define Py3Package/$(PKG_NAME)/install |