mirror of https://github.com/Syncplay/syncplay
Add missing depency to deb package
python3-pem missing was causing the client to not support TLS.
This commit is contained in:
parent
459c9e9198
commit
7c9682a6f6
|
@ -16,7 +16,7 @@ Version: "$(
|
||||||
)"
|
)"
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: <dev@syncplay.pl>
|
Maintainer: <dev@syncplay.pl>
|
||||||
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
|
Homepage: https://syncplay.pl
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
Loading…
Reference in New Issue