Python: don't include _sysconfigdata.py

This commit is contained in:
Lukas Rusak 2016-03-15 03:10:14 -07:00
parent 7067cf2bfd
commit 70ee30ebf9

View File

@ -124,6 +124,7 @@ post_makeinstall_target() {
python -Wi -t -B ../Lib/compileall.py $INSTALL/usr/lib/python*/ -f
rm -rf `find $INSTALL/usr/lib/python*/ -name "*.py"`
rm -rf $INSTALL/usr/lib/python*/_sysconfigdata.pyo
rm -rf $INSTALL/usr/lib/python*/config
rm -rf $INSTALL/usr/bin/2to3
rm -rf $INSTALL/usr/bin/idle