From 72c6af328e8c4953468133566fbae1babde27b4d Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Fri, 9 Oct 2020 01:42:36 +0200 Subject: [PATCH] Attempt 3 at solving dependency issue on pi --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 441a78c..adadf5d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: https://git.rudefox.io/bj/torch-agent.git Package: torch-agent Architecture: all Multi-Arch: foreign -Depends: ssh, tor, python3-pip, ${misc:Depends}, ${python3:Depends} +Depends: ssh, tor, python3-pip, python3-paho-mqtt (>=1.5.0), ${misc:Depends}, ${python3:Depends} Description: TORch is a solution for creating an SSH-via-Tor backdoor on a remote device as a means of fallback remote management and initial headless device configuration.