On Fri, 30 Aug 2019 07:49:25 +0000 Matthias Klose <[email protected]> wrote: > Package: src:qbittorrent > Version: 4.1.7-1 > Severity: normal > Tags: sid bullseye > User: [email protected] > Usertags: py2removal
from a quick look at qbittorrent code, the binary is able to detect the installed version and pick the right one, so it looks to me the fix is simply to replace `python (>= 2.5)` with `python3`. (we can even go a step further and drop entirely py2 support, as in this commit https://github.com/qbittorrent/qBittorrent/commit/7d030b4cd9cc1d1b2af80b7fcbee3248885e6d55 , now reverted as part of https://github.com/qbittorrent/qBittorrent/issues/7005 ) Cristina/Andrew, this seems a very easy fix: do you want to go ahead and apply and upload or rather me do that? Cheers, Sandro

