From: Alexandru Ardelean Date: Wed, 12 Nov 2014 21:27:24 +0000 (+0200) Subject: python: add distutils back (selectively) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ad9c57beaec48a7fd31a7a727b1f0823893d1dfc;p=openwrt-packages.git python: add distutils back (selectively) This patch reduces distutils from 1.7 MB to 0.7 MB. Signed-off-by: Alexandru Ardelean --- 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