python: exclude pdb.doc and webbrowser.py
authorAlexandru Ardelean <redacted>
Fri, 7 Nov 2014 14:50:27 +0000 (16:50 +0200)
committerAlexandru Ardelean <redacted>
Fri, 7 Nov 2014 14:50:30 +0000 (16:50 +0200)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile

index 4cdaeb0da67325e59460fed3ae9347891c01aabb..bbd0197fb9b89e2922fcb1835ad117502b0b2e2d 100644 (file)
@@ -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