components/python/websockify/websockify-PYVER.p5m
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3783 9edbfb2ff34a
--- a/components/python/websockify/websockify-PYVER.p5m	Thu Feb 12 10:14:29 2015 -0800
+++ b/components/python/websockify/websockify-PYVER.p5m	Fri Feb 06 16:51:20 2015 -0800
@@ -54,9 +54,13 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
-    pkg.depend.bypass-generate=.*/http.*
+    pkg.depend.bypass-generate=.*/SimpleHTTPServer.* \
+    pkg.depend.bypass-generate=.*/cStringIO.* \
+    pkg.depend.bypass-generate=.*/http.* pkg.depend.bypass-generate=.*/md5.* \
+    pkg.depend.bypass-generate=.*/sha.*
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
-    pkg.depend.bypass-generate=.*/urllib.*
+    pkg.depend.bypass-generate=.*/urllib.* \
+    pkg.depend.bypass-generate=.*/urlparse.*
 #
 license websockify.license license="LGPL3, BSD, MIT"