From 4970b643b07803a3d66c21117621192badb2a84a Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 7 Aug 2026 08:45:49 +0200 Subject: [PATCH] fix(deb): Add lib change from paramiko to asyncssh --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2a8fe3a..0de5499 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: python3-all, python3-keyring (>= 17.1.1), python3-pyqt5, - python3-paramiko (>= 2.4.2), + python3-asyncssh, python3-revpimodio2 (>= 2.5.6), python3-zeroconf (>= 0.24.4), python3-setuptools,