7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0n980gqpzh0fm58h3i4mi2i10wgj606lscm1r5sk60vbf6vh8mv9";
17 propagatedBuildInputs = [ pyopenssl ];
19 doCheck = false; #no tests were included
22 homepage = "https://github.com/LLNL/certipy";
23 description = "wrapper for pyOpenSSL";
24 mainProgram = "certipy";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ isgy ];