diff options
-rwxr-xr-x | depcheck.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/depcheck.py b/depcheck.py index a3244c5..1069414 100755 --- a/depcheck.py +++ b/depcheck.py @@ -296,6 +296,7 @@ bad_foreign_packages = frozenset(( "python3.6-minimal", # fails postinst "python3.7-minimal", # fails postinst "python3.8-minimal", # fails postinst + "python3.9-minimal", # fails postinst "swi-prolog-nox", # fails postinst "xrdp", # fails postinst "libgvc6", # fails postinst |