Skip to content

Commit ebbfe93

Browse files
committed
Do not remove distutils during cleanup
Some packages might still depend on the functionality provided by distutils. For example matplotlib(~3.1) needs distutils during runtime, otherwise it fails with an ImportError
1 parent 9abf646 commit ebbfe93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,4 @@ rm -rf include/
144144
rm -rf share/{gtk-,}doc
145145
rm -rf share/man
146146
rm -rf lib/python?.?/site-packages/{setuptools,pip}
147-
rm -rf lib/python?.?/distutils
148147
popd

0 commit comments

Comments
 (0)