summaryrefslogtreecommitdiff
path: root/bigclown-mqtt2influxdb/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-11 22:10:50 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-11 22:10:50 +0100
commita7579c7f3d36949d6464338e8415b68f0ce7e944 (patch)
tree1cb4aa4df37dd0515a4c5a7583517ed5096c4728 /bigclown-mqtt2influxdb/Makefile
parent8a0413ef7763e1194d84fb1a7dfda116d5961871 (diff)
downloadopenwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.tar.gz
openwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.tar.bz2
openwrt-personal-pkgs-a7579c7f3d36949d6464338e8415b68f0ce7e944.zip
bigclown: fix dependencies
Diffstat (limited to 'bigclown-mqtt2influxdb/Makefile')
-rw-r--r--bigclown-mqtt2influxdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-mqtt2influxdb/Makefile b/bigclown-mqtt2influxdb/Makefile
index 3e10cb0..ea1fdba 100644
--- a/bigclown-mqtt2influxdb/Makefile
+++ b/bigclown-mqtt2influxdb/Makefile
@@ -23,7 +23,7 @@ define Package/$(PKG_NAME)
SUBMENU:=BigClown
URL:=https://github.com/bigclownlabs/bch-mqtt2influxdb
TITLE:=BigCLown MQTT to Influxdb bridge
- DEPENDS:=+python3-paho-mqtt +python3-pyyaml +python3-influxdb +python3-jsonpath-ng +python3-schema
+ DEPENDS:=+python3-paho-mqtt +python3-yaml +python3-influxdb +python3-jsonpath-ng +python3-schema
endef
define Py3Package/$(PKG_NAME)/install