7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0n980gqpzh0fm58h3i4mi2i10wgj606lscm1r5sk60vbf6vh8mv9";
16 propagatedBuildInputs = [ pyopenssl ];
18 doCheck = false; #no tests were included
21 homepage = "https://github.com/LLNL/certipy";
22 description = "wrapper for pyOpenSSL";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ isgy ];