diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-09-13 18:13:50 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2022-09-13 18:13:50 +0200 |
commit | f82e217607106feb5aa58ee684087f45d5cea0ad (patch) | |
tree | de575ed1d86688940877eb0523c8938319a652a2 | |
parent | dfcfa63fd6b4269ea4ddf57c943258d1560ad2a4 (diff) | |
download | crossqa-f82e217607106feb5aa58ee684087f45d5cea0ad.tar.gz |
depcheck.py: add more python versions to bad_foreign_packages
-rwxr-xr-x | depcheck.py | 3 |
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 |