components/python/websockify/websockify-PYVER.p5m
changeset 1907 446472de62e9
parent 1890 5a4ef66c42bf
child 1920 3ed8d7c25c17
--- a/components/python/websockify/websockify-PYVER.p5m	Mon May 19 10:28:03 2014 +0100
+++ b/components/python/websockify/websockify-PYVER.p5m	Mon May 19 07:37:20 2014 -0700
@@ -52,9 +52,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"