Merge "Further fixup for Ubuntu cloud images"

This commit is contained in:
Zuul 2021-10-11 09:26:28 +00:00 committed by Gerrit Code Review
commit 10d20b14e7
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ function fixup_ubuntu {
# overwriting works. So this hacks around those packages that
# have been dragged in by some other system dependency
sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-*.egg-info
sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info
sudo rm -rf /usr/lib/python3/dist-packages/simplejson-*.egg-info
}
function fixup_all {