diff options
author | Helmut Grohne <helmut@subdivi.de> | 2020-02-16 09:50:18 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2020-02-16 09:50:18 +0100 |
commit | 63824f2aa95906adcf8f348e967aca72eecc6a7f (patch) | |
tree | 298fbf8b087362505457a0c9417eee880b77e8bd /depcheck.py | |
parent | a6ccbd113de22ddf606440c05a4134fb28a0d380 (diff) | |
download | crossqa-63824f2aa95906adcf8f348e967aca72eecc6a7f.tar.gz |
depcheck: add python3.8-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 ded5fab..a3244c5 100755 --- a/depcheck.py +++ b/depcheck.py @@ -295,6 +295,7 @@ bad_foreign_packages = frozenset(( "python2.7-minimal", # fails postinst "python3.6-minimal", # fails postinst "python3.7-minimal", # fails postinst + "python3.8-minimal", # fails postinst "swi-prolog-nox", # fails postinst "xrdp", # fails postinst "libgvc6", # fails postinst |