From 7c9682a6f6e5fda078011043e066332c2bf690cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= <1662391+daniel-123@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:43:04 +0100 Subject: [PATCH] Add missing depency to deb package python3-pem missing was causing the client to not support TLS. --- ci/deb-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deb-script.sh b/ci/deb-script.sh index 6b40afa40..4a3eb32a3 100755 --- a/ci/deb-script.sh +++ b/ci/deb-script.sh @@ -16,7 +16,7 @@ Version: "$( )" Architecture: all Maintainer: -Depends: python3 (>= 3.6), python3-pyside2.qtwidgets, python3-pyside2.qtcore, python3-twisted (>= 16.4.0), python3-certifi, mpv (>= 0.23) | vlc (>= 2.2.1) +Depends: python3 (>= 3.6), python3-pyside2.qtwidgets, python3-pyside2.qtcore, python3-twisted (>= 16.4.0), python3-certifi, python3-pem, mpv (>= 0.23) | vlc (>= 2.2.1) Homepage: https://syncplay.pl Section: web Priority: optional