components/python/websockify/websockify-PYVER.p5m
changeset 2060 a9ad5cd0ec29
parent 1948 2d1537e7942d
child 3732 0f62cc221c7e
--- a/components/python/websockify/websockify-PYVER.p5m	Wed Aug 27 02:02:25 2014 -0700
+++ b/components/python/websockify/websockify-PYVER.p5m	Wed Aug 27 09:04:47 2014 -0700
@@ -51,14 +51,21 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
 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
+# The bypasses for array, select & time are temporary until pkgdepend learns
+# about PEP 3149, new in Python 3.x; see 19510349.
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
     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.*
+    pkg.depend.bypass-generate=.*/sha.* \
+    pkg.depend.bypass-generate=.*/array.* \
+    pkg.depend.bypass-generate=.*/select.* \
+    pkg.depend.bypass-generate=.*/time.*
 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
     pkg.depend.bypass-generate=.*/urllib.* \
-    pkg.depend.bypass-generate=.*/urlparse.*
+    pkg.depend.bypass-generate=.*/urlparse.* \
+    pkg.depend.bypass-generate=.*/select.* \
+    pkg.depend.bypass-generate=.*/time.*
 #
 license websockify.license license="LGPL3, BSD, MIT"