git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3cd31a4
)
python: exclude pdb.doc and webbrowser.py
author
Alexandru Ardelean
<redacted>
Fri, 7 Nov 2014 14:50:27 +0000
(16:50 +0200)
committer
Alexandru Ardelean
<redacted>
Fri, 7 Nov 2014 14:50:30 +0000
(16:50 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 4cdaeb0da67325e59460fed3ae9347891c01aabb..bbd0197fb9b89e2922fcb1835ad117502b0b2e2d 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT