diff options
author | Alexandru Ardelean <aa@ocedo.com> | 2014-11-07 16:50:27 +0200 |
---|---|---|
committer | Alexandru Ardelean <aa@ocedo.com> | 2014-11-07 16:50:30 +0200 |
commit | c3cd9705704ae8d2d8394394f8e7dcded5cd94a7 (patch) | |
tree | 8617681aebefee4ac503e534a192be84284ac9d2 /lang/python | |
parent | 3cd31a463338bbbbdae8203a08a138f3b527e14a (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/Makefile | 2 |
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 |