9 buildPythonPackage rec {
10 pname = "websocket-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-Oq0l0xKEJmvPz9H9inQ/YygjBaNkuNCUikO9YGrMZS8=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Websocket client for Python";
35 homepage = "https://github.com/websocket-client/websocket-client";
36 changelog = "https://github.com/websocket-client/websocket-client/blob/v${version}/ChangeLog";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ fab ];