diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-10-04 00:06:51 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2020-10-04 00:06:51 +0200 |
commit | 84d69d198fee0473feede6c2b42525aeaf4d091a (patch) | |
tree | bb72b7c6045c526e94b36d62428aff5d2bb54ab1 /depcheck.py | |
parent | 63824f2aa95906adcf8f348e967aca72eecc6a7f (diff) | |
download | crossqa-84d69d198fee0473feede6c2b42525aeaf4d091a.tar.gz |
depcheck: add python3.9-minimal to bad_foreign_packages
Diffstat (limited to 'depcheck.py')
-rwxr-xr-x | depcheck.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |