diff options
Diffstat (limited to 'depcheck.py')
-rwxr-xr-x | depcheck.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depcheck.py b/depcheck.py index 4d6bcd0..34ad497 100755 --- a/depcheck.py +++ b/depcheck.py @@ -280,6 +280,9 @@ bad_foreign_packages = frozenset(( "python3.7-minimal", # fails postinst "python3.8-minimal", # fails postinst "python3.9-minimal", # fails postinst + "python3.10-minimal", # fails postinst + "python3.11-minimal", # fails postinst + "python3.12-minimal", # fails postinst "swi-prolog-nox", # fails postinst "xrdp", # fails postinst "libgvc6", # fails postinst |