kumquat-buildroot/package/python
Titouan Christophe a7e71716f5 package/python: do not install MS Windows installers on the target
Buildroot generates Linux systems, so there is no need to have
MS Windows executables in there.

This reduces the target filesystem size by about 600kB:
$ du -hcs usr/lib/python2.7/distutils/command/wininst-*.exe
60K usr/lib/python2.7/distutils/command/wininst-6.0.exe
64K usr/lib/python2.7/distutils/command/wininst-7.1.exe
60K usr/lib/python2.7/distutils/command/wininst-8.0.exe
192K    usr/lib/python2.7/distutils/command/wininst-9.0.exe
220K    usr/lib/python2.7/distutils/command/wininst-9.0-amd64.exe
596K    total

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-13 16:20:52 +02:00
..
0001-setup.py-do-not-add-invalid-header-locations.patch
0002-Fix-get_python_inc-for-cross-compilation.patch
0003-Change-the-install-location-of-_sysconfigdata.py.patch
0004-Make-the-compilation-of-.pyc-and-.pyo-conditional.patch
0005-Adjust-getaddrinfo-test-for-cross-compilation.patch
0006-Add-minimal-infrastructure-to-be-able-to-disable-ext.patch
0007-Adjust-library-header-paths-for-cross-compilation.patch
0008-Don-t-look-in-usr-lib-termcap-for-libraries.patch
0009-Fix-python-config-for-cross-builds.patch
0010-Remove-the-python-symlink-install-rules.patch
0011-Don-t-add-multiarch-paths.patch
0012-Abort-on-failed-module-build.patch
0013-sqlite3-fix-build-when-threads-are-not-used-availabl.patch
0014-Serial-ioctl-workaround.patch
0015-Do-not-adjust-the-shebang-of-Python-scripts-for-cros.patch
0016-Add-an-option-to-disable-installation-of-test-module.patch
0017-Add-an-option-to-disable-pydoc.patch
0018-Add-an-option-to-disable-lib2to3.patch
0019-Add-option-to-disable-the-sqlite3-module.patch
0020-Add-an-option-to-disable-the-tk-module.patch
0021-Add-an-option-to-disable-the-curses-module.patch
0022-Add-an-option-to-disable-expat.patch
0023-Add-an-option-to-disable-CJK-codecs.patch
0024-Add-an-option-to-disable-NIS.patch
0025-Add-an-option-to-disable-unicodedata.patch
0026-Add-an-option-to-disable-bsddb.patch
0027-Add-an-option-to-disable-the-ssl-module.patch
0028-Add-an-option-to-disable-the-bz2-module.patch
0029-Add-an-option-to-disable-the-zlib-module.patch
0030-Do-not-install-the-idle-editor.patch
0031-Add-an-option-to-disable-the-ossaudiodev-module.patch
0032-Add-option-to-disable-the-hashlib-module.patch
0033-Add-an-option-to-disable-readline-module.patch
0034-Override-system-locale-and-set-to-default-when-addin.patch
Config.in
Config.in.host
python.hash
python.mk