We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5c964d + e727dd5 commit 455be66Copy full SHA for 455be66
1 file changed
tools/fixup_stuff.sh
@@ -79,6 +79,8 @@ function fixup_ubuntu {
79
# manifest of what to remove. However, in most cases, simply
80
# overwriting works. So this hacks around those packages that
81
# have been dragged in by some other system dependency
82
+ sudo rm -f /usr/lib/python3/dist-packages/httplib2-*.egg-info
83
+ sudo rm -f /usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info
84
sudo rm -f /usr/lib/python3/dist-packages/PyYAML-*.egg-info
85
}
86
0 commit comments