From 84d69d198fee0473feede6c2b42525aeaf4d091a Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 4 Oct 2020 00:06:51 +0200 Subject: depcheck: add python3.9-minimal to bad_foreign_packages --- depcheck.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3