diff options
Diffstat (limited to 'bigclown-control-tool/Makefile')
-rw-r--r-- | bigclown-control-tool/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bigclown-control-tool/Makefile b/bigclown-control-tool/Makefile index f052418..38730f6 100644 --- a/bigclown-control-tool/Makefile +++ b/bigclown-control-tool/Makefile @@ -26,11 +26,6 @@ define Package/$(PKG_NAME) DEPENDS:=+python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson endef -define Py3Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ -endef - define Build/Compile sed -i 's/@@VERSION@@/$(PKG_VERSION)/' "$(PKG_BUILD_DIR)/setup.py" $(call Py3Build/Compile/Default) |