From f82e217607106feb5aa58ee684087f45d5cea0ad Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 13 Sep 2022 18:13:50 +0200 Subject: depcheck.py: add more python versions to bad_foreign_packages --- depcheck.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3