11 buildPythonPackage rec {
12 pname = "minikerberos";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-xO7d5GCihEzIH/DZziRR1SRpzAywPe99WJXeRyuh7S8=";
23 propagatedBuildInputs = [
30 # no tests are published: https://github.com/skelsec/minikerberos/pull/5
33 pythonImportsCheck = [
38 description = "Kerberos manipulation library in Python";
39 homepage = "https://github.com/skelsec/minikerberos";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];