Skip to content

Commit e727dd5

Browse files
committed
Remove conflicting packages in Ubuntu
Following packages conflict with pip installed versions: * httplib2 * pyasn1-modules Change-Id: Ic4f70f839765e67394509cc543560aac7f50e287
1 parent 761663d commit e727dd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/fixup_stuff.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function fixup_ubuntu {
7979
# manifest of what to remove. However, in most cases, simply
8080
# overwriting works. So this hacks around those packages that
8181
# 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
8284
sudo rm -f /usr/lib/python3/dist-packages/PyYAML-*.egg-info
8385
}
8486

0 commit comments

Comments
 (0)