7 krb5-c, # C krb5 library, not PyPI krb5
13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
23 hash = "sha256-YzKjG43biRbTZKtzSUHHhtzOfcZfzISHDFolqzrBjL8=";
26 buildInputs = [ krb5-c ];
28 propagatedBuildInputs = [
34 nativeCheckInputs = [ pytestCheckHook ];
36 pythonImportsCheck = [ "cccolutils" ];
39 description = "Python Kerberos 5 Credential Cache Collection Utilities";
40 homepage = "https://pagure.io/cccolutils";
41 license = licenses.gpl2Plus;
42 maintainers = with maintainers; [ disassembler ];