From 47965d877ac4e2ce593ca3e773539a2089f972dd Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Mon, 15 Jun 2020 11:03:47 +0200 Subject: [PATCH] Require recent version of python3-websockets Seems like older versions lack part of the api we're using in briar_wrapper. Linux Mint 19.1 Tessa is still on websockets version 3.4, so we should really require a more recent version here. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 351e509..42fe8d7 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Section: comm Architecture: all Depends: python3-requests, - python3-websockets, + python3-websockets (>= 8.0), briar-headless, ${misc:Depends}, ${python3:Depends} -- GitLab