summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-09-13 18:13:50 +0200
committerHelmut Grohne <helmut@subdivi.de>2022-09-13 18:13:50 +0200
commitf82e217607106feb5aa58ee684087f45d5cea0ad (patch)
treede575ed1d86688940877eb0523c8938319a652a2
parentdfcfa63fd6b4269ea4ddf57c943258d1560ad2a4 (diff)
downloadcrossqa-f82e217607106feb5aa58ee684087f45d5cea0ad.tar.gz
depcheck.py: add more python versions to bad_foreign_packages
-rwxr-xr-xdepcheck.py3
1 files changed, 3 insertions, 0 deletions
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