From 63824f2aa95906adcf8f348e967aca72eecc6a7f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 16 Feb 2020 09:50:18 +0100 Subject: depcheck: add python3.8-minimal to bad_foreign_packages --- depcheck.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3