12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
22 hash = "sha256-YzKjG43biRbTZKtzSUHHhtzOfcZfzISHDFolqzrBjL8=";
29 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python Kerberos 5 Credential Cache Collection Utilities";
45 homepage = "https://pagure.io/cccolutils";
46 license = licenses.gpl2Plus;
47 maintainers = with maintainers; [ disassembler ];