From 7cf68e6c4320f57c38dbfa22f5eaecab32711515 Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Mon, 1 Jun 2020 19:42:29 +0200 Subject: [PATCH] Fix pyside dependencies to make them more accurate. --- travis/deb-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/deb-script.sh b/travis/deb-script.sh index 56d0f3d..8853d82 100755 --- a/travis/deb-script.sh +++ b/travis/deb-script.sh @@ -9,7 +9,7 @@ echo "Package: syncplay Version: "$(sed -n -e "s/^.*version = //p" syncplay/__init__.py | sed "s/'//g")""$(git describe --exact-match --tags HEAD &>/dev/null && echo -git-$(date -u +%y%m%d%H%M))" Architecture: all Maintainer: -Depends: python3 (>= 3.4), python3-pyside2.qtwidgets (>= 5.12.0), python3-twisted (>= 16.4.0), python3-certifi, mpv (>= 0.23) | vlc (>= 2.2.1) +Depends: python3 (>= 3.4), python3-pyside2.qtwidgets, python3-pyside2.qtcore, python3-twisted (>= 16.4.0), python3-certifi, mpv (>= 0.23) | vlc (>= 2.2.1) Homepage: https://syncplay.pl Section: web Priority: optional