From 4276edc0e8ab01c524ac43026e84f052e6be752f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=96ks=C3=BCz?= Date: Mon, 17 Jul 2023 13:06:25 +0300 Subject: [PATCH] fix: Python3.11 support --- scripts/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/DEBIAN/control b/scripts/DEBIAN/control index b9c2b3ea..abb83c03 100644 --- a/scripts/DEBIAN/control +++ b/scripts/DEBIAN/control @@ -6,4 +6,4 @@ Date : $DATE Architecture: amd64 Priority: important Description: Liman MYS SSH and VNC Service -Depends: libssl1.1 | libssl3, novnc, python3.8 | python3.9 | python3.10, python3-paramiko, python3-websockify, python3-tornado +Depends: libssl1.1 | libssl3, novnc, python3.8 | python3.9 | python3.10 | python3.11, python3-paramiko, python3-websockify, python3-tornado