aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorAlexandru Ardelean <aa@ocedo.com>2014-11-07 16:50:27 +0200
committerAlexandru Ardelean <aa@ocedo.com>2014-11-07 16:50:30 +0200
commitc3cd9705704ae8d2d8394394f8e7dcded5cd94a7 (patch)
tree8617681aebefee4ac503e534a192be84284ac9d2 /lang/python
parent3cd31a463338bbbbdae8203a08a138f3b527e14a (diff)
python: exclude pdb.doc and webbrowser.py
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile2
1 files changed, 2 insertions, 0 deletions
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