9 buildPythonPackage rec {
10 pname = "mattermostdriver";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 sha256 = "2e4d7b4a17d3013e279c6f993746ea18cd60b45d8fa3be24f47bc2de22b9b3b4";
20 propagatedBuildInputs = [ websockets requests ];
22 pythonImportsCheck = [ "mattermostdriver" ];
28 description = "A Python Mattermost Driver";
29 homepage = "https://github.com/Vaelor/python-mattermost-driver";
30 license = licenses.mit;
31 maintainers = with maintainers; [ globin ];