Merge "Add -r option when removing egg-info files/folders"
This commit is contained in:
commit
38f5d0b856
@ -79,9 +79,9 @@ function fixup_ubuntu {
|
|||||||
# manifest of what to remove. However, in most cases, simply
|
# manifest of what to remove. However, in most cases, simply
|
||||||
# overwriting works. So this hacks around those packages that
|
# overwriting works. So this hacks around those packages that
|
||||||
# have been dragged in by some other system dependency
|
# have been dragged in by some other system dependency
|
||||||
sudo rm -f /usr/lib/python3/dist-packages/httplib2-*.egg-info
|
sudo rm -rf /usr/lib/python3/dist-packages/httplib2-*.egg-info
|
||||||
sudo rm -f /usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info
|
sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info
|
||||||
sudo rm -f /usr/lib/python3/dist-packages/PyYAML-*.egg-info
|
sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-*.egg-info
|
||||||
}
|
}
|
||||||
|
|
||||||
# Python Packages
|
# Python Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user