package/python: do not install MS Windows installers on the target
authorTitouan Christophe <titouan.christophe@railnova.eu>
Sat, 12 Sep 2020 11:56:22 +0000 (13:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Sep 2020 14:20:52 +0000 (16:20 +0200)
commita7e71716f5fed63e3634e40eb3f069d2baebfbf1
tree8739ed7aa95c4b8bd55ecf4c2a2425766cf7aeaf
parent4e97032c82deb11653db0f7e41fa8397e0b988bf
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>
package/python/python.mk