On Mon, 17 Aug 2020 at 18:44:58 +0200, Jann Haber wrote: > Wouldn't the easiest fix for this bug and also #937062, #966763 and > #967043 be to just drop the binary package libapache2-mod-wsgi and only > keeping the py3 version around? > > There seem to be no more rdeps in testing, so no other packages are > blocking the removal (right?). This would help the python2 removal > efforts.
I asked the Debian-developer-accessible mirror of the Debian archive, and it said there is nothing in either testing or unstable that Depends or Build-Depends on libapache2-mod-wsgi - so from a dependency point of view, that binary package can be removed from the mod-wsgi source package at any time. (Unless its maintainer knows of other reasons why it must be kept?) I hope this helps, smcv smcv@coccia ~ % dak rm -R -n -b libapache2-mod-wsgi ... No dependency problem found. smcv@coccia ~ % dak rm -R -n -b -s testing libapache2-mod-wsgi ... No dependency problem found.