10 buildPythonPackage rec {
11 pname = "websocket-client";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-EOUR6jqMdEYx07135h6xftCTBMQTrULPbd+kx3h+j+Y=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Websocket client for Python";
40 mainProgram = "wsdump";
41 homepage = "https://github.com/websocket-client/websocket-client";
42 changelog = "https://github.com/websocket-client/websocket-client/blob/v${version}/ChangeLog";
43 license = licenses.lgpl21Plus;
44 maintainers = with maintainers; [ fab ];