Source: tqdm Version: 4.68.3-1 Severity: normal Hi Daniel,
I am currently working on reducing the key_package set. https://release.debian.org/key-packages.html https://udd.debian.org/cgi-bin/key_packages.yaml.cgi These packages have immunity agains autoremoval because of RC bugs; but then potential RC bug somehow never get acted. I believe python3-docopt could be dropped of this list. Greetings Alexandre PS: here's my query... I guess it will become a new "perpetual stew". https://en.wikipedia.org/wiki/Perpetual_stew The "git diff" is important: I can notice new packages comming up needing some tweaking. ----- #!/bin/sh wget https://udd.debian.org/cgi-bin/key_packages.yaml.cgi #yq -r '.[].source' key_packages.yaml.cgi > key-src yq -r '.[].reason' key_packages.yaml.cgi \ | grep build-depends \ | grep -e py -e sphinx -e furo \ | grep -v 'depends libghc' \ | grep -v 'depends libqt' \ | grep -v 'depends librust' \ | grep -v 'depends node' \ | grep -v 'depends qt' \ | grep -v 'depends ruby' \ | sort > python git diff

