1 { lib, buildPythonPackage, fetchPypi, isPy3k, krb5Full, nose, GitPython, mock, git }:
3 buildPythonPackage rec {
9 sha256 = "1gwcq4xan9as1j3q9k2zqrywxp46qx0ljwxbck9id2fvilds6ck3";
12 buildInputs = [ krb5Full ];
13 propagatedBuildInputs = [ nose GitPython mock git ];
15 doCheck = isPy3k; # needs unpackaged module to run tests on python2
18 description = "Python Kerberos 5 Credential Cache Collection Utilities";
19 homepage = "https://pagure.io/cccolutils";
20 license = licenses.gpl2;
21 maintainers = with maintainers; [ disassembler ];