diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-02 07:03:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-02 07:03:00 +0000 |
commit | ad38ebebeea26e8e52bf14bc678eff76c7eadacf (patch) | |
tree | 39de428d62fe399cd3ec10ae9cce0125fc76fd22 | |
parent | Releasing debian version 2.1.2~dev0+20240910-3. (diff) | |
download | deluge-ad38ebebeea26e8e52bf14bc678eff76c7eadacf.tar.xz deluge-ad38ebebeea26e8e52bf14bc678eff76c7eadacf.zip |
Also correcting second occurence of wrong python3-legacy-cgi depends (Closes: #1088859).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 44dfee1..d3dae9d 100644 --- a/debian/control +++ b/debian/control @@ -101,7 +101,7 @@ Package: deluge-web Architecture: all Depends: deluge-common (= ${source:Version}), - python-legacy-cgi, + python3-legacy-cgi, python3-mako, ${misc:Depends}, ${python3:Depends}, |