- The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions.
+description: The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions.
builddeps :
- pkgconfig(python-3.5)
+ - python-backports.ssl_match_hostname
- python-setuptools
rundeps :
+ - python-backports.ssl_match_hostname
- python-six
build : |
%python3_setup
@@ -22,3 +23,14 @@
mv -v "$_f" "${_f%}3"
done
%python_install
+
+ # remove tests that got installed into the buildroot