Update deb script to require python 3.6

This commit is contained in:
Daniel Wróbel 2020-12-28 22:06:42 +01:00 committed by GitHub
parent 83b65fa714
commit 07ca6d7c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Version: "$(
)" )"
Architecture: all Architecture: all
Maintainer: <dev@syncplay.pl> Maintainer: <dev@syncplay.pl>
Depends: python3 (>= 3.4), 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, mpv (>= 0.23) | vlc (>= 2.2.1)
Homepage: https://syncplay.pl Homepage: https://syncplay.pl
Section: web Section: web
Priority: optional Priority: optional