From: Alexandru Ardelean Date: Fri, 7 Nov 2014 14:50:27 +0000 (+0200) Subject: python: exclude pdb.doc and webbrowser.py X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c3cd9705704ae8d2d8394394f8e7dcded5cd94a7;p=openwrt-packages.git python: exclude pdb.doc and webbrowser.py Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 4cdaeb0da..bbd0197fb 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -142,7 +142,9 @@ define PyPackage/python-full/filespec -|/usr/lib/python$(PYTHON_VERSION)/lib2to3 -|/usr/lib/python$(PYTHON_VERSION)/lib-tk -|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_testcapi.so +-|/usr/lib/python$(PYTHON_VERSION)/pdb.doc -|/usr/lib/python$(PYTHON_VERSION)/test +-|/usr/lib/python$(PYTHON_VERSION)/webbrowser.py -|/usr/lib/python$(PYTHON_VERSION)/*/test -|/usr/lib/python$(PYTHON_VERSION)/*/tests endef