10 buildPythonPackage rec {
11 pname = "mattermostdriver";
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
18 inherit pname version;
19 sha256 = "2e4d7b4a17d3013e279c6f993746ea18cd60b45d8fa3be24f47bc2de22b9b3b4";
22 propagatedBuildInputs = [
27 pythonImportsCheck = [ "mattermostdriver" ];
33 description = "Python Mattermost Driver";
34 homepage = "https://github.com/Vaelor/python-mattermost-driver";
35 license = licenses.mit;
36 maintainers = with maintainers; [ globin ];