diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2014-11-12 23:27:24 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2014-11-12 23:45:39 +0200 |
commit | ad9c57beaec48a7fd31a7a727b1f0823893d1dfc (patch) | |
tree | 2d2fd0da9d018eb0d694fd51fbe57f41ce1de8d0 /lang/python | |
parent | 8623c2942ae9c7a9b76721f015434341ee1428d7 (diff) |
python: add distutils back (selectively)
This patch reduces distutils from 1.7 MB to 0.7 MB.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 8573d76bd..39a1da622 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -148,7 +148,8 @@ endef define PyPackage/python/filespec +|/usr/lib/python$(PYTHON_VERSION) -|/usr/lib/python$(PYTHON_VERSION)/config --|/usr/lib/python$(PYTHON_VERSION)/distutils +-|/usr/lib/python$(PYTHON_VERSION)/distutils/cygwinccompiler.py +-|/usr/lib/python$(PYTHON_VERSION)/distutils/command/wininst* -|/usr/lib/python$(PYTHON_VERSION)/idlelib -|/usr/lib/python$(PYTHON_VERSION)/lib2to3 -|/usr/lib/python$(PYTHON_VERSION)/lib-tk |