From a4f5e25994624ad8a940335b693eac16308aea3a Mon Sep 17 00:00:00 2001 From: knotteye Date: Sun, 18 Apr 2021 20:09:42 -0500 Subject: [PATCH] .deb: fix dependencies --- deb/DEBIAN/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index c92192d..890bb2e 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,10 +1,11 @@ Package: plchat -Version: 1.0 +Version: 1.0.1 Section: net Priority: optional Architecture: linux-amd64 Description: A pleroma chat client Homepage: https://git.waldn.net/git/knotteye/plchat Maintainer: Knott Eye -Depends: python3 (~3.8), python3-pip(>=19.3), python3-venv, dbus, libmagic1, libc6, gstreamer1.0-nice, gstreamer1.0-libav, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-qt5, gstreamer1.0-plugins-base, gstreamer1.0-python3-plugin-loader, bash +Pre-Depends: python3 (= 3.8.0~), python3-pip(>= 19.3), python3-venv, bash +Depends: dbus, libmagic1, libc6, gstreamer1.0-nice, gstreamer1.0-libav, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-qt5, gstreamer1.0-plugins-base, gstreamer1.0-python3-plugin-loader Suggests: gnome-keyring (>= 2.30)