Skip to content

Commit 38f5d0b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add -r option when removing egg-info files/folders"
2 parents 96fda35 + 7611d3d commit 38f5d0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/fixup_stuff.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ 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
84-
sudo rm -f /usr/lib/python3/dist-packages/PyYAML-*.egg-info
82+
sudo rm -rf /usr/lib/python3/dist-packages/httplib2-*.egg-info
83+
sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info
84+
sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-*.egg-info
8585
}
8686

8787
# Python Packages

0 commit comments

Comments
 (0)