Skip to content

Commit 76c8c8b

Browse files
authored
Also remove pip and distutils
1 parent e714783 commit 76c8c8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,6 @@ rm -rf lib/cmake/
136136
rm -rf include/
137137
rm -rf share/{gtk-,}doc
138138
rm -rf share/man
139-
rm -rf lib/python?.?/site-packages/setuptools
139+
rm -rf lib/python?.?/site-packages/{setuptools,pip}
140+
rm -rf lib/python?.?/distutils
140141
popd

0 commit comments

Comments
 (0)