summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-17 06:05:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-17 06:05:56 +0000
commit762f3db003ae8503b0a0ab41816d9e7f4e5193cc (patch)
treef63454e35f9be584ee7bf7dc7a01a34318a91734
parentReleasing debian version 2.1.2~dev0+20240910-1. (diff)
downloaddeluge-762f3db003ae8503b0a0ab41816d9e7f4e5193cc.tar.xz
deluge-762f3db003ae8503b0a0ab41816d9e7f4e5193cc.zip
Adding depends to python3-legacy-cgi (Closes: #1084656).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 9d284ae..899f0c9 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,7 @@ Description: multi-interface BitTorrent client (metapackage)
Package: deluge-common
Architecture: all
Depends:
+ python-legacy-cgi,
python3-chardet,
python3-openssl,
python3-rencode,
@@ -100,6 +101,7 @@ Package: deluge-web
Architecture: all
Depends:
deluge-common (= ${source:Version}),
+ python-legacy-cgi,
python3-mako,
${misc:Depends},
${python3:Depends},