Skip to content

Commit

Permalink
Revert "Python: dont install distutils"
Browse files Browse the repository at this point in the history
This reverts commit 2ef78f1.
This fixes #4243
  • Loading branch information
sraue committed Aug 20, 2015
1 parent dbac8da commit c9f693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lang/Python/package.mk
Expand Up @@ -136,7 +136,7 @@ makeinstall_target() {
}

post_makeinstall_target() {
EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib pydoc_data test unittest distutils"
EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib pydoc_data test unittest"
for dir in $EXCLUDE_DIRS; do
rm -rf $INSTALL/usr/lib/python*/$dir
done
Expand Down

0 comments on commit c9f693a

Please sign in to comment.