11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-rQSnQPNYr5SyeNbKoFAbnGb2X/8utrfWLa8gu93hy2w=";
25 pythonImportsCheck = [ "pki" ];
26 propagatedBuildInputs = [
32 description = "Enterprise-class Certificate Authority";
33 homepage = "https://github.com/dogtagpki/pki";
34 license = licenses.gpl2;
35 maintainers = with maintainers; [ s1341 ];