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